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() |
toString
public 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()
getConstructor
in class TdApi.Object