Raw.bots.UpdateUserEmojiStatus

Raw.bots.UpdateUserEmojiStatus

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

bots.updateUserEmojiStatus#ed9f30c5 user_id:InputUser emoji_status:EmojiStatus = Bool;
export namespace Raw {
  export namespace bots {
    export class UpdateUserEmojiStatus {
      constructor(params: { userId: Raw.TypeInputUser; emojiStatus: Raw.TypeEmojiStatus }) {}
    }
  }
}

This is a function constructor, you can use it as method when call invoke

Layer: 198
Constructor ID: 0xed9f30c5

Property

Results

boolean

Bots can use