public static class TdApi.DeleteAllRevokedChatInviteLinks extends TdApi.Function<TdApi.Ok>
Returns Ok
| 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()
Returns an identifier uniquely determining type of the object.
|
toStringpublic 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()
TdApi.ObjectgetConstructor in class TdApi.Object