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