updateUserEmojiStatus
The emoji status of a certain user has changed
Header Parameters
HMAC-SHA256 hex digest of the raw request body
The delivered Telegram event type
Unique event ID for idempotency
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Unique event identifier
Value in
- "telegram.updateUserEmojiStatus"
date-timeResponse Body
Example Requests
/telegram.updateUserEmojiStatusupdateUser
User (`RawUser` and/or `RawUserFull`) information was updated. This update can only be received through getDifference or in `RawUpdates`/`RawUpdatesCombined` constructors, so it will always come bundled with the updated `RawUser`, that should be applied as usual, without re-fetching the info manually. However, full peer information will not come bundled in updates, so the full peer cache (`RawUserFull`) must be invalidated for user_id when receiving this update.
updateUserName
Changes the user's first name, last name and username.