Telegram APIMessages
messages.getEmojiKeywords
Get localized emoji keywords ».
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*
Get localized emoji keywords ».
Response Body
application/json
application/json
curl -X POST "https://example.com/workspaces/string/telegram-accounts/string/call/messages.getEmojiKeywords" \ -H "Content-Type: application/json" \ -d '{ "params": { "langCode": "string" } }'{ "result": { "_": "emojiKeywordsDifference", "langCode": "string", "fromVersion": 0, "version": 0, "keywords": [ { "_": "emojiKeyword", "keyword": "string", "emoticons": [ "string" ] } ] }}