Uses of Class
com.jtelegram.api.message.input.file.IdInputFile
-
Packages that use IdInputFile Package Description com.jtelegram.api.inline.result.cached com.jtelegram.api.inline.result.framework com.jtelegram.api.message.input.file com.jtelegram.api.requests.sticker -
-
Uses of IdInputFile in com.jtelegram.api.inline.result.cached
Methods in com.jtelegram.api.inline.result.cached that return IdInputFile Modifier and Type Method Description IdInputFile
InlineCachedResultAudio. getFileId()
IdInputFile
InlineCachedResultDocument. getFileId()
IdInputFile
InlineCachedResultGif. getFileId()
IdInputFile
InlineCachedResultMpegGif. getFileId()
IdInputFile
InlineCachedResultPhoto. getFileId()
IdInputFile
InlineCachedResultSticker. getFileId()
IdInputFile
InlineCachedResultVideo. getFileId()
IdInputFile
InlineCachedResultVoice. getFileId()
-
Uses of IdInputFile in com.jtelegram.api.inline.result.framework
Methods in com.jtelegram.api.inline.result.framework that return IdInputFile Modifier and Type Method Description IdInputFile
InlineResult.Cached. getFileId()
-
Uses of IdInputFile in com.jtelegram.api.message.input.file
Methods in com.jtelegram.api.message.input.file that return IdInputFile Modifier and Type Method Description static IdInputFile
IdInputFile. of(FileMedium medium)
static IdInputFile
IdInputFile. of(java.lang.String data)
-
Uses of IdInputFile in com.jtelegram.api.requests.sticker
Methods in com.jtelegram.api.requests.sticker that return IdInputFile Modifier and Type Method Description IdInputFile
DeleteSticker. getSticker()
File ID of the stickerIdInputFile
SetStickerPosition. getSticker()
File Id of the stickerMethods in com.jtelegram.api.requests.sticker with parameters of type IdInputFile Modifier and Type Method Description DeleteSticker.DeleteStickerBuilder
DeleteSticker.DeleteStickerBuilder. sticker(IdInputFile sticker)
SetStickerPosition.SetStickerPositionBuilder
SetStickerPosition.SetStickerPositionBuilder. sticker(IdInputFile sticker)
-