Interface InputFileRequest
-
- All Known Implementing Classes:
AddSticker
,CreateNewStickerSet
,EditMessageMedia
,InputFileMessageRequest
,InputFileMessageUpdate
,SendableInputFileInlineRequest
,SendAnimation
,SendAudio
,SendDocument
,SendMediaGroup
,SendPhoto
,SendSticker
,SendVideo
,SendVideoNote
,SendVoice
,SetChatPhoto
public interface InputFileRequest
-
-
Field Summary
Fields Modifier and Type Field Description static okhttp3.MediaType
OCTET_STREAM_TYPE
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default okhttp3.Request.Builder
getBuilder(TelegramBot bot)
java.util.List<InputFile>
getInputFiles()
okhttp3.Request.Builder
superBuild(TelegramBot bot)
-
-
-
Method Detail
-
getInputFiles
java.util.List<InputFile> getInputFiles()
-
superBuild
okhttp3.Request.Builder superBuild(TelegramBot bot)
-
getBuilder
default okhttp3.Request.Builder getBuilder(TelegramBot bot)
-
-