public static class TdApi.TMeUrlTypeChatInvite extends TdApi.TMeUrlType
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
TdApi.ChatInviteLinkInfo |
info
Information about the chat invite link.
|
| Constructor and Description |
|---|
TMeUrlTypeChatInvite()
A chat invite link.
|
TMeUrlTypeChatInvite(TdApi.ChatInviteLinkInfo info)
A chat invite link.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic TdApi.ChatInviteLinkInfo info
public static final int CONSTRUCTOR
public TMeUrlTypeChatInvite()
public TMeUrlTypeChatInvite(TdApi.ChatInviteLinkInfo info)
info - Information about the chat invite link.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object