public static class TdApi.ChatLists extends TdApi.Object
| Modifier and Type | Field and Description |
|---|---|
TdApi.ChatList[] |
chatLists
List of chat lists.
|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
| Constructor and Description |
|---|
ChatLists()
Contains a list of chat lists.
|
ChatLists(TdApi.ChatList[] chatLists)
Contains a list of chat lists.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic TdApi.ChatList[] chatLists
public static final int CONSTRUCTOR
public ChatLists()
public ChatLists(TdApi.ChatList[] chatLists)
chatLists - List of chat lists.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object