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 count 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() |
toString
public int totalCount
public TdApi.ChatMember[] members
public static final int CONSTRUCTOR
public ChatMembers()
public ChatMembers(int totalCount, TdApi.ChatMember[] members)
totalCount
- Approximate total count of chat members found.members
- A list of chat members.public int getConstructor()
getConstructor
in class TdApi.Object