public static class TdApi.RevokeChatInviteLink extends TdApi.Function<TdApi.ChatInviteLinks>
Returns ChatInviteLinks
| 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 be revoked.
|
| Constructor and Description |
|---|
RevokeChatInviteLink()
Default constructor for a function, which revokes invite link for a chat.
|
RevokeChatInviteLink(long chatId,
java.lang.String inviteLink)
Creates a function, which revokes invite link for a chat.
|
| 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 RevokeChatInviteLink()
Returns ChatInviteLinks
public RevokeChatInviteLink(long chatId,
java.lang.String inviteLink)
Returns ChatInviteLinks
chatId - Chat identifier.inviteLink - Invite link to be revoked.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object