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 count 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() |
toString
public int totalCount
public TdApi.ChatInviteLink[] inviteLinks
public static final int CONSTRUCTOR
public ChatInviteLinks()
public ChatInviteLinks(int totalCount, TdApi.ChatInviteLink[] inviteLinks)
totalCount
- Approximate total count of chat invite links found.inviteLinks
- List of invite links.public int getConstructor()
getConstructor
in class TdApi.Object