| Modifier and Type | Method and Description |
|---|---|
PhotoSize[] |
PhotoContent.getContent()
Gets the PhotoSize array relating to this PhotoContent object
|
PhotoSize[] |
NewChatPhotoContent.getContent()
Gets the new photo for the chat
|
| Modifier and Type | Method and Description |
|---|---|
PhotoSize[] |
Game.getPhotos()
Gets an array of PhotoSize objects relating to the photo that will be sent with the game message in chats
|
PhotoSize |
Thumbnailable.getThumbnail()
Gets the PhotoSize object relating to the thumbnail for the file, can be null
|
| Modifier and Type | Method and Description |
|---|---|
PhotoSize[] |
NewGroupChatPhotoEvent.getContent()
Gets the PhotoSize array that contains the photo that was set that triggered this Event
|
| Modifier and Type | Method and Description |
|---|---|
PhotoSize[] |
NewChatPhotoContentImpl.getContent()
Gets the new photo for the chat
|
PhotoSize[] |
PhotoContentImpl.getContent() |
| Modifier and Type | Class and Description |
|---|---|
class |
PhotoSizeImpl |
| Modifier and Type | Method and Description |
|---|---|
static PhotoSize |
PhotoSizeImpl.createPhotoSize(org.json.JSONObject jsonObject) |
PhotoSize[] |
GameImpl.getPhotos() |
PhotoSize |
StickerImpl.getThumbnail() |
PhotoSize |
VideoImpl.getThumbnail() |
PhotoSize |
DocumentImpl.getThumbnail() |
PhotoSize |
AnimationImpl.getThumbnail() |
| Modifier and Type | Method and Description |
|---|---|
PhotoSize[][] |
UserProfilePhotosImpl.getPhotos() |
| Modifier and Type | Method and Description |
|---|---|
PhotoSize[][] |
UserProfilePhotos.getPhotos()
Gets an array containing all of the Photos that this User has
To download the photo you can get it down to a single PhotoSize object then call
PhotoSize#downloadFile(TelegramBot, File)
|
Copyright © 2017. All rights reserved.