public static class TdApi.ChatFolderInviteLinks extends TdApi.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
TdApi.ChatFolderInviteLink[] |
inviteLinks
List of the invite links.
|
| Constructor and Description |
|---|
ChatFolderInviteLinks()
Represents a list of chat folder invite links.
|
ChatFolderInviteLinks(TdApi.ChatFolderInviteLink[] inviteLinks)
Represents a list of chat folder invite links.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic TdApi.ChatFolderInviteLink[] inviteLinks
public static final int CONSTRUCTOR
public ChatFolderInviteLinks()
public ChatFolderInviteLinks(TdApi.ChatFolderInviteLink[] inviteLinks)
inviteLinks - List of the invite links.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object