public static class TdApi.TMeUrlTypeChatInvite extends TdApi.TMeUrlType
TdApi.TMeUrlType.Constructors
Modifier and Type | Field and Description |
---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
TdApi.ChatInviteLinkInfo |
info
Chat invite link info.
|
Constructor and Description |
---|
TMeUrlTypeChatInvite()
A chat invite link.
|
TMeUrlTypeChatInvite(TdApi.ChatInviteLinkInfo info)
A chat invite link.
|
Modifier and Type | Method and Description |
---|---|
int |
getConstructor() |
toString
public TdApi.ChatInviteLinkInfo info
public static final int CONSTRUCTOR
public TMeUrlTypeChatInvite()
public TMeUrlTypeChatInvite(TdApi.ChatInviteLinkInfo info)
info
- Chat invite link info.public int getConstructor()
getConstructor
in class TdApi.TMeUrlType