Package org.drinkless.tdlib
Class TdApi.ChatPhotos
- java.lang.Object
-
- org.drinkless.tdlib.TdApi.Object
-
- org.drinkless.tdlib.TdApi.ChatPhotos
-
- Enclosing class:
- TdApi
public static class TdApi.ChatPhotos extends TdApi.Object
Contains a list of chat or user profile photos.
-
-
Field Summary
Fields Modifier and Type Field Description static intCONSTRUCTORIdentifier uniquely determining type of the object.TdApi.ChatPhoto[]photosList of photos.inttotalCountTotal number of photos.
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetConstructor()-
Methods inherited from class org.drinkless.tdlib.TdApi.Object
toString
-
-
-
-
Field Detail
-
totalCount
public int totalCount
Total number of photos.
-
photos
public TdApi.ChatPhoto[] photos
List of photos.
-
CONSTRUCTOR
public static final int CONSTRUCTOR
Identifier uniquely determining type of the object.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
ChatPhotos
public ChatPhotos()
Contains a list of chat or user profile photos.
-
ChatPhotos
public ChatPhotos(int totalCount, TdApi.ChatPhoto[] photos)Contains a list of chat or user profile photos.- Parameters:
totalCount- Total number of photos.photos- List of photos.
-
-
Method Detail
-
getConstructor
public int getConstructor()
- Specified by:
getConstructorin classTdApi.Object- Returns:
- this.CONSTRUCTOR
-
-