public static class TdApi.GetChatInviteLink extends TdApi.Function
Returns ChatInviteLink
TdApi.Function.Constructors
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() |
toString
public 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()
getConstructor
in class TdApi.Function