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