CRMchat APIBeta
Telegram APIMessages

messages.saveRecentSticker

POST
/workspaces/{workspaceId}/telegram-accounts/{accountId}/call/messages.saveRecentSticker

Add/remove sticker from recent stickers list

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*

Add/remove sticker from recent stickers list

Response Body

application/json

application/json

curl -X POST "https://example.com/workspaces/string/telegram-accounts/string/call/messages.saveRecentSticker" \  -H "Content-Type: application/json" \  -d '{    "params": {      "id": {        "_": "inputDocumentEmpty"      },      "unsave": true    }  }'
{  "result": true}