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