Package org.drinkless.tdlib
Class TdApi.ChatLists
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.ChatLists
- Enclosing class:
- TdApi
Contains a list of chat lists.
-
Field Summary
FieldsModifier and TypeFieldDescriptionList of chat lists.static final intIdentifier uniquely determining type of the object. -
Constructor Summary
ConstructorsConstructorDescriptionContains a list of chat lists.ChatLists(TdApi.ChatList[] chatLists) Contains a list of chat lists. -
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
-
chatLists
List of chat lists. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
ChatLists
public ChatLists()Contains a list of chat lists. -
ChatLists
Contains a list of chat lists.- Parameters:
chatLists- List of chat lists.
-
-
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
-