Uses of Class
com.jtelegram.api.message.media.FileMedium
-
Packages that use FileMedium Package Description com.jtelegram.api.message.input.file com.jtelegram.api.message.media com.jtelegram.api.message.sticker -
-
Uses of FileMedium in com.jtelegram.api.message.input.file
Methods in com.jtelegram.api.message.input.file with parameters of type FileMedium Modifier and Type Method Description static IdInputFile
IdInputFile. of(FileMedium medium)
-
Uses of FileMedium in com.jtelegram.api.message.media
Subclasses of FileMedium in com.jtelegram.api.message.media Modifier and Type Class Description class
Animation
class
Audio
class
Document
class
PhotoSize
class
Video
class
VideoNote
class
VisualFileMedium
Similar to File medium, this type itself does not exist in the Telegram API however it holds the shared width / height fields of videos and photos.class
Voice
-
Uses of FileMedium in com.jtelegram.api.message.sticker
Subclasses of FileMedium in com.jtelegram.api.message.sticker Modifier and Type Class Description class
Sticker
-