Uses of Class
org.telegram.telegrambots.meta.api.objects.PhotoSize
-
-
Uses of PhotoSize in org.telegram.telegrambots.meta.api.objects
Methods in org.telegram.telegrambots.meta.api.objects that return PhotoSize Modifier and Type Method Description PhotoSizeAudio. getThumb()PhotoSizeDocument. getThumb()PhotoSizeVideo. getThumb()PhotoSizeVideoNote. getThumb()Methods in org.telegram.telegrambots.meta.api.objects that return types with arguments of type PhotoSize Modifier and Type Method Description List<PhotoSize>Message. getNewChatPhoto()List<PhotoSize>Message. getPhoto()List<List<PhotoSize>>UserProfilePhotos. getPhotos() -
Uses of PhotoSize in org.telegram.telegrambots.meta.api.objects.games
Methods in org.telegram.telegrambots.meta.api.objects.games that return PhotoSize Modifier and Type Method Description PhotoSizeAnimation. getThumb()Methods in org.telegram.telegrambots.meta.api.objects.games that return types with arguments of type PhotoSize Modifier and Type Method Description List<PhotoSize>Game. getPhoto() -
Uses of PhotoSize in org.telegram.telegrambots.meta.api.objects.payments
Methods in org.telegram.telegrambots.meta.api.objects.payments that return PhotoSize Modifier and Type Method Description PhotoSizeInvoice. getPhoto() -
Uses of PhotoSize in org.telegram.telegrambots.meta.api.objects.stickers
Methods in org.telegram.telegrambots.meta.api.objects.stickers that return PhotoSize Modifier and Type Method Description PhotoSizeSticker. getThumb()
-