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 IdInputFileInlineCachedResultAudio. getFileId()IdInputFileInlineCachedResultDocument. getFileId()IdInputFileInlineCachedResultGif. getFileId()IdInputFileInlineCachedResultMpegGif. getFileId()IdInputFileInlineCachedResultPhoto. getFileId()IdInputFileInlineCachedResultSticker. getFileId()IdInputFileInlineCachedResultVideo. getFileId()IdInputFileInlineCachedResultVoice. 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 IdInputFileInlineResult.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 IdInputFileIdInputFile. of(FileMedium medium)static IdInputFileIdInputFile. 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 IdInputFileDeleteSticker. getSticker()File ID of the stickerIdInputFileSetStickerPosition. getSticker()File Id of the stickerMethods in com.jtelegram.api.requests.sticker with parameters of type IdInputFile Modifier and Type Method Description DeleteSticker.DeleteStickerBuilderDeleteSticker.DeleteStickerBuilder. sticker(IdInputFile sticker)SetStickerPosition.SetStickerPositionBuilderSetStickerPosition.SetStickerPositionBuilder. sticker(IdInputFile sticker)
-