public static class TdApi.DeleteAllRevokedChatInviteLinks 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.
|
long |
creatorUserId
User identifier of a chat administrator, which links will be deleted.
|
Constructor and Description |
---|
DeleteAllRevokedChatInviteLinks()
Default constructor for a function, which deletes all revoked chat invite links created by a given chat administrator.
|
DeleteAllRevokedChatInviteLinks(long chatId,
long creatorUserId)
Creates a function, which deletes all revoked chat invite links created by a given chat administrator.
|
Modifier and Type | Method and Description |
---|---|
int |
getConstructor() |
toString
public long chatId
public long creatorUserId
public static final int CONSTRUCTOR
public DeleteAllRevokedChatInviteLinks()
Returns Ok
public DeleteAllRevokedChatInviteLinks(long chatId, long creatorUserId)
Returns Ok
chatId
- Chat identifier.creatorUserId
- User identifier of a chat administrator, which links will be deleted. Must be an identifier of the current user for non-owner.public int getConstructor()
getConstructor
in class TdApi.Function