Telegram APIAccount
account.getDefaultGroupPhotoEmojis
Get a set of suggested custom emoji stickers that can be used as group picture
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 a set of suggested custom emoji stickers that can be used as group picture
Response Body
application/json
application/json
curl -X POST "https://example.com/workspaces/string/telegram-accounts/string/call/account.getDefaultGroupPhotoEmojis" \ -H "Content-Type: application/json" \ -d '{ "params": { "hash": "string" } }'{ "result": { "_": "emojiListNotModified" }}getDefaultEmojiStatuses
Get a list of default suggested [emoji statuses](https://core.telegram.org/api/emoji-status)
getDefaultProfilePhotoEmojis
Get a set of suggested [custom emoji stickers](https://core.telegram.org/api/custom-emoji) that can be [used as profile picture](https://core.telegram.org/api/files#sticker-profile-pictures)