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 IdInputFileIdInputFile. 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 classAnimationclassAudioclassDocumentclassPhotoSizeclassVideoclassVideoNoteclassVisualFileMediumSimilar 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.classVoice -
Uses of FileMedium in com.jtelegram.api.message.sticker
Subclasses of FileMedium in com.jtelegram.api.message.sticker Modifier and Type Class Description classSticker
-