Telegram APIMessages
messages.getEmojiStickerGroups
Represents a list of emoji categories, to be used when choosing a sticker.
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*
Represents a list of emoji categories, to be used when choosing a sticker.
Response Body
application/json
application/json
curl -X POST "https://example.com/workspaces/string/telegram-accounts/string/call/messages.getEmojiStickerGroups" \ -H "Content-Type: application/json" \ -d '{ "params": { "hash": 0 } }'{ "result": { "_": "messages.emojiGroupsNotModified" }}getEmojiStatusGroups
Represents a list of [emoji categories](https://core.telegram.org/api/emoji-categories), to be used when selecting custom emojis to set as [custom emoji status](https://core.telegram.org/api).
getEmojiStickers
Gets the list of currently installed [custom emoji stickersets](https://core.telegram.org/api/custom-emoji).