Bot
Delete messages
Deletes up to 100 messages from one chat. Missing message IDs are skipped.
post/bot/deleteMessages
Headers
authorizationstring required
Required bot token using the Bearer scheme.
Request body
Response
Successful response for an action with no return value.
Example response
{
"ok": true,
"result": {}
}