public static class TdApi.GetChatInviteLink extends TdApi.Function<TdApi.ChatInviteLink>
Returns ChatInviteLink
| Modifier and Type | Field and Description |
|---|---|
long |
chatId
Chat identifier.
|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
java.lang.String |
inviteLink
Invite link to get.
|
| Constructor and Description |
|---|
GetChatInviteLink()
Default constructor for a function, which returns information about an invite link.
|
GetChatInviteLink(long chatId,
java.lang.String inviteLink)
Creates a function, which returns information about an invite link.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic long chatId
public java.lang.String inviteLink
public static final int CONSTRUCTOR
public GetChatInviteLink()
Returns ChatInviteLink
public GetChatInviteLink(long chatId,
java.lang.String inviteLink)
Returns ChatInviteLink
chatId - Chat identifier.inviteLink - Invite link to get.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object