Telegram APIMessages
messages.clearRecentStickers
Clear recent stickers
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*
Clear recent stickers
Response Body
application/json
application/json
curl -X POST "https://example.com/workspaces/string/telegram-accounts/string/call/messages.clearRecentStickers" \ -H "Content-Type: application/json" \ -d '{ "params": {} }'{ "result": true}clearRecentReactions
Clear recently used [message reactions](https://core.telegram.org/api/reactions)
clickSponsoredMessage
Informs the server that the user has interacted with a sponsored message in [one of the ways listed here »](https://core.telegram.org/api/sponsored-messages#clicking-on-sponsored-messages).