public static class TdApi.DeleteRevokedChatInviteLink extends TdApi.Function
Returns Ok
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 revoke.
|
Constructor and Description |
---|
DeleteRevokedChatInviteLink()
Default constructor for a function, which deletes revoked chat invite links.
|
DeleteRevokedChatInviteLink(long chatId,
java.lang.String inviteLink)
Creates a function, which deletes revoked chat invite links.
|
Modifier and Type | Method and Description |
---|---|
int |
getConstructor() |
toString
public long chatId
public java.lang.String inviteLink
public static final int CONSTRUCTOR
public DeleteRevokedChatInviteLink()
Returns Ok
public DeleteRevokedChatInviteLink(long chatId, java.lang.String inviteLink)
Returns Ok
chatId
- Chat identifier.inviteLink
- Invite link to revoke.public int getConstructor()
getConstructor
in class TdApi.Function