Package org.drinkless.tdlib
Class TdApi.ChatPhotos
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.ChatPhotos
- Enclosing class:
- TdApi
Contains a list of chat or user profile photos.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intIdentifier uniquely determining type of the object.List of photos.intTotal number of photos. -
Constructor Summary
ConstructorsConstructorDescriptionContains a list of chat or user profile photos.ChatPhotos(int totalCount, TdApi.ChatPhoto[] photos) Contains a list of chat or user profile photos. -
Method Summary
Modifier and TypeMethodDescriptionintReturns an identifier uniquely determining type of the object.Methods inherited from class org.drinkless.tdlib.TdApi.Object
toString
-
Field Details
-
totalCount
public int totalCountTotal number of photos. -
photos
List of photos. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
ChatPhotos
public ChatPhotos()Contains a list of chat or user profile photos. -
ChatPhotos
Contains a list of chat or user profile photos.- Parameters:
totalCount- Total number of photos.photos- List of photos.
-
-
Method Details
-
getConstructor
public int getConstructor()Description copied from class:TdApi.ObjectReturns an identifier uniquely determining type of the object.- Specified by:
getConstructorin classTdApi.Object- Returns:
- this.CONSTRUCTOR
-