Package org.drinkless.tdlib
Class TdApi.Chats
- java.lang.Object
-
- org.drinkless.tdlib.TdApi.Object
-
- org.drinkless.tdlib.TdApi.Chats
-
- Enclosing class:
- TdApi
public static class TdApi.Chats extends TdApi.Object
Represents a list of chats.
-
-
Field Summary
Fields Modifier and Type Field Description long[]chatIdsList of chat identifiers.static intCONSTRUCTORIdentifier uniquely determining type of the object.inttotalCountApproximate total count of chats found.
-
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
Approximate total count of chats found.
-
chatIds
public long[] chatIds
List of chat identifiers.
-
CONSTRUCTOR
public static final int CONSTRUCTOR
Identifier uniquely determining type of the object.- See Also:
- Constant Field Values
-
-
Method Detail
-
getConstructor
public int getConstructor()
- Specified by:
getConstructorin classTdApi.Object- Returns:
- this.CONSTRUCTOR
-
-