Interface SetUserEmojiStatus

Changes the emoji status of a user; for bots only. Request type for Tdjson#setUserEmojiStatus.

interface SetUserEmojiStatus {
    @type: "setUserEmojiStatus";
    emoji_status: EmojiStatus;
    user_id: number;
}

Properties

@type: "setUserEmojiStatus"
emoji_status: EmojiStatus

New emoji status; pass null to switch to the default badge.

user_id: number

Identifier of the user.