messages.getEmojiKeywordsLanguages
Obtain a list of related languages that must be used when fetching emoji keyword lists ». Usually the method will return the passed language codes (if localized) + en + some language codes for similar languages (if applicable).
Authorization
bearerAuth In: header
Path Parameters
Workspace ID
Telegram account ID
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Obtain a list of related languages that must be used when fetching emoji keyword lists ». Usually the method will return the passed language codes (if localized) + en + some language codes for similar languages (if applicable).
Response Body
application/json
application/json
curl -X POST "https://example.com/workspaces/string/telegram-accounts/string/call/messages.getEmojiKeywordsLanguages" \ -H "Content-Type: application/json" \ -d '{ "params": { "langCodes": [ "string" ] } }'{ "result": { "_": "emojiLanguage", "langCode": "string" }}getEmojiKeywordsDifference
Get changed [emoji keywords »](https://core.telegram.org/api/custom-emoji#emoji-keywords).
getEmojiProfilePhotoGroups
Represents a list of [emoji categories](https://core.telegram.org/api/emoji-categories), to be used when selecting custom emojis to set as [profile picture](https://core.telegram.org/api/files#sticker-profile-pictures).