messages.deleteRevokedExportedChatInvites
Delete all revoked chat invites
Authorization
bearerAuth In: header
Path Parameters
Workspace ID
Telegram account ID
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Delete all revoked chat invites
Response Body
application/json
application/json
curl -X POST "https://example.com/workspaces/string/telegram-accounts/string/call/messages.deleteRevokedExportedChatInvites" \ -H "Content-Type: application/json" \ -d '{ "params": { "peer": { "_": "inputPeerEmpty" }, "adminId": { "_": "inputUserEmpty" } } }'{ "result": true}deleteQuickReplyShortcut
Completely delete a [quick reply shortcut](https://core.telegram.org/api/business#quick-reply-shortcuts). This will also emit an `RawUpdateDeleteQuickReply` update to other logged-in sessions (and no `RawUpdateDeleteQuickReplyMessages` updates, even if all the messages in the shortcuts are also deleted by this method).
deleteSavedHistory
Deletes messages from a [monoforum topic »](https://core.telegram.org/api/monoforum), or deletes messages forwarded from a specific peer to [saved messages »](https://core.telegram.org/api/saved-messages).