Uses of Class
com.jtelegram.api.message.media.PhotoSize
-
-
Uses of PhotoSize in com.jtelegram.api.events.chat
Methods in com.jtelegram.api.events.chat that return types with arguments of type PhotoSize Modifier and Type Method Description java.util.List<PhotoSize>
NewChatPhotoEvent. getNewChatPhoto()
-
Uses of PhotoSize in com.jtelegram.api.message.games
Methods in com.jtelegram.api.message.games that return PhotoSize Modifier and Type Method Description PhotoSize
Animation. getThumb()
Methods in com.jtelegram.api.message.games that return types with arguments of type PhotoSize Modifier and Type Method Description java.util.List<PhotoSize>
Game. getPhoto()
Methods in com.jtelegram.api.message.games with parameters of type PhotoSize Modifier and Type Method Description Animation.AnimationBuilder
Animation.AnimationBuilder. thumb(PhotoSize thumb)
Constructors in com.jtelegram.api.message.games with parameters of type PhotoSize Constructor Description Animation(java.lang.String fileId, PhotoSize thumb, java.lang.String fileName, java.lang.String mimeType, java.lang.Integer fileSize)
Constructor parameters in com.jtelegram.api.message.games with type arguments of type PhotoSize Constructor Description Game(java.lang.String title, java.lang.String description, java.util.List<PhotoSize> photo, java.lang.String text, java.util.List<MessageEntity> textEntities, Animation animation)
-
Uses of PhotoSize in com.jtelegram.api.message.impl
Methods in com.jtelegram.api.message.impl that return PhotoSize Modifier and Type Method Description PhotoSize
PhotoMessage. getHighestResolutionPhoto()
Methods in com.jtelegram.api.message.impl that return types with arguments of type PhotoSize Modifier and Type Method Description java.util.List<PhotoSize>
PhotoMessage. getContent()
java.util.List<PhotoSize>
PhotoMessage. getPhoto()
-
Uses of PhotoSize in com.jtelegram.api.message.impl.service
Methods in com.jtelegram.api.message.impl.service that return types with arguments of type PhotoSize Modifier and Type Method Description java.util.List<PhotoSize>
NewChatPhotoMessage. getNewChatPhoto()
-
Uses of PhotoSize in com.jtelegram.api.message.media
Methods in com.jtelegram.api.message.media that return PhotoSize Modifier and Type Method Description PhotoSize
Animation. getThumbnail()
PhotoSize
Audio. getThumbnail()
PhotoSize
Document. getThumbnail()
PhotoSize
ThumbableMedium. getThumbnail()
PhotoSize
Video. getThumbnail()
PhotoSize
VideoNote. getThumbnail()
-
Uses of PhotoSize in com.jtelegram.api.message.sticker
Methods in com.jtelegram.api.message.sticker that return PhotoSize Modifier and Type Method Description PhotoSize
Sticker. getThumb()
-
Uses of PhotoSize in com.jtelegram.api.user
Methods in com.jtelegram.api.user that return types with arguments of type PhotoSize Modifier and Type Method Description java.util.List<java.util.List<PhotoSize>>
UserProfilePhotos. getPhotos()
List of users profile pictures each list containing up to 4 different sizes
-