latestSwagger 2.02026-08-101561322.2 MB

3e4029d19684

Chats

Mute chats (bulk)

<a class="try-sandbox-link" href="https://sandbox.textmagic.com/#/Chats/muteChatsBulk" target="_blank">Try in sandbox</a><br>Mute several chats by chat ids or mute all chats.

post/api/v2/chats/mute/bulk

Request body

idsstring

Entity ID(s), separated by comma.

allboolean

Entity ID(s), separated by comma

forinteger

Mute for N hours.

Example request

{
  "ids": "1,2,3",
  "for": 1
}

Response

Request executed with success.