public static class TdApi.InternalLinkTypeChatInvite extends TdApi.InternalLinkType
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
java.lang.String |
inviteLink
Internal representation of the invite link.
|
| Constructor and Description |
|---|
InternalLinkTypeChatInvite()
The link is a chat invite link.
|
InternalLinkTypeChatInvite(java.lang.String inviteLink)
The link is a chat invite link.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic java.lang.String inviteLink
public static final int CONSTRUCTOR
public InternalLinkTypeChatInvite()
public InternalLinkTypeChatInvite(java.lang.String inviteLink)
inviteLink - Internal representation of the invite link.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object