public static class TdApi.ChatPhotos extends TdApi.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
TdApi.ChatPhoto[] |
photos
List of photos.
|
int |
totalCount
Total number of photos.
|
| Constructor and Description |
|---|
ChatPhotos()
Contains a list of chat or user profile photos.
|
ChatPhotos(int totalCount,
TdApi.ChatPhoto[] photos)
Contains a list of chat or user profile photos.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic int totalCount
public TdApi.ChatPhoto[] photos
public static final int CONSTRUCTOR
public ChatPhotos()
public ChatPhotos(int totalCount,
TdApi.ChatPhoto[] photos)
totalCount - Total number of photos.photos - List of photos.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object