Package org.drinkless.tdlib
Class TdApi.ChatLists
- java.lang.Object
-
- org.drinkless.tdlib.TdApi.Object
-
- org.drinkless.tdlib.TdApi.ChatLists
-
- Enclosing class:
- TdApi
public static class TdApi.ChatLists extends TdApi.Object
Contains a list of chat lists.
-
-
Field Summary
Fields Modifier and Type Field Description TdApi.ChatList[]chatListsList of chat lists.static intCONSTRUCTORIdentifier uniquely determining type of the object.
-
Constructor Summary
Constructors Constructor Description ChatLists()Contains a list of chat lists.ChatLists(TdApi.ChatList[] chatLists)Contains a list of chat lists.
-
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
-
chatLists
public TdApi.ChatList[] chatLists
List of chat lists.
-
CONSTRUCTOR
public static final int CONSTRUCTOR
Identifier uniquely determining type of the object.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
ChatLists
public ChatLists()
Contains a list of chat lists.
-
ChatLists
public ChatLists(TdApi.ChatList[] chatLists)
Contains a list of chat lists.- Parameters:
chatLists- List of chat lists.
-
-
Method Detail
-
getConstructor
public int getConstructor()
- Specified by:
getConstructorin classTdApi.Object- Returns:
- this.CONSTRUCTOR
-
-