Telegram APIMessages
messages.deleteScheduledMessages
Delete scheduled messages
Authorization
bearerAuth AuthorizationBearer <token>
In: header
Path Parameters
workspaceId*string
Workspace ID
accountId*string
Telegram account ID
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
params*
Delete scheduled messages
Response Body
application/json
application/json
curl -X POST "https://example.com/workspaces/string/telegram-accounts/string/call/messages.deleteScheduledMessages" \ -H "Content-Type: application/json" \ -d '{ "params": { "peer": { "_": "inputPeerEmpty" }, "id": [ 0 ] } }'{ "result": { "_": "updatesTooLong" }}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).
deleteTopicHistory
Delete message history of a [forum topic](https://core.telegram.org/api/forum)