Package org.drinkless.tdlib
Class TdApi.Chats
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.Chats
- Enclosing class:
- TdApi
Represents a list of chats.
-
Field Summary
FieldsModifier and TypeFieldDescriptionlong[]List of chat identifiers.static final intIdentifier uniquely determining type of the object.intApproximate total number of chats found. -
Constructor Summary
Constructors -
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 totalCountApproximate total number of chats found. -
chatIds
public long[] chatIdsList of chat identifiers. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
Chats
public Chats()Represents a list of chats. -
Chats
public Chats(int totalCount, long[] chatIds) Represents a list of chats.- Parameters:
totalCount- Approximate total number of chats found.chatIds- List of chat identifiers.
-
-
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
-