public static class TdApi.InternalLinkTypeChatInvite extends TdApi.InternalLinkType
TdApi.InternalLinkType.Constructors
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() |
toString
public 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()
getConstructor
in class TdApi.InternalLinkType