public static class TdApi.Chats extends TdApi.Object
| Modifier and Type | Field and Description |
|---|---|
long[] |
chatIds
List of chat identifiers.
|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
int |
totalCount
Approximate total number of chats found.
|
| Constructor and Description |
|---|
Chats()
Represents a list of chats.
|
Chats(int totalCount,
long[] chatIds)
Represents a list of chats.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic int totalCount
public long[] chatIds
public static final int CONSTRUCTOR
public Chats()
public Chats(int totalCount,
long[] chatIds)
totalCount - Approximate total number of chats found.chatIds - List of chat identifiers.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object