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 count 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() |
toString
public int totalCount
public TdApi.ChatInviteLinkMember[] members
public static final int CONSTRUCTOR
public ChatInviteLinkMembers()
public ChatInviteLinkMembers(int totalCount, TdApi.ChatInviteLinkMember[] members)
totalCount
- Approximate total count of chat members found.members
- List of chat members, joined a chat via an invite link.public int getConstructor()
getConstructor
in class TdApi.Object