bots.updateUserEmojiStatus

Change the emoji status of a user (invoked by bots, see here » for more info on the full flow)

 Method schema is available as of layer 193. Switch »

Parameters

Name Type Description
user_id InputUser The user whose emoji status should be changed
emoji_status EmojiStatus The emoji status

Result

Bool

Possible errors

Code Type Description
400 USER_BOT_REQUIRED This method can only be called by a bot.
400 USER_ID_INVALID The provided user ID is invalid.

Bots can use this method

Related pages

Emoji status

Telegram allows users to set an emoticon or a custom emoji as status, to show next to their name in chats and profiles.

Go up