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 count 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() |
toString
public int totalCount
public long[] chatIds
public static final int CONSTRUCTOR
public Chats()
public Chats(int totalCount, long[] chatIds)
totalCount
- Approximate total count of chats found.chatIds
- List of chat identifiers.public int getConstructor()
getConstructor
in class TdApi.Object