public static class TdApi.ChatMembers extends TdApi.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
TdApi.ChatMember[] |
members
A list of chat members.
|
int |
totalCount
Approximate total number of chat members found.
|
| Constructor and Description |
|---|
ChatMembers()
Contains a list of chat members.
|
ChatMembers(int totalCount,
TdApi.ChatMember[] members)
Contains a list of chat members.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic int totalCount
public TdApi.ChatMember[] members
public static final int CONSTRUCTOR
public ChatMembers()
public ChatMembers(int totalCount,
TdApi.ChatMember[] members)
totalCount - Approximate total number of chat members found.members - A list of chat members.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object