Interface SetChatAccentColor

Changes accent color and background custom emoji of a channel chat. Requires can_change_info administrator right. Request type for Tdjson#setChatAccentColor.

interface SetChatAccentColor {
    @type: "setChatAccentColor";
    accent_color_id: number;
    background_custom_emoji_id: string;
    chat_id: number;
}

Properties

@type: "setChatAccentColor"
accent_color_id: number

Identifier of the accent color to use. The chat must have at least accentColor.min_channel_chat_boost_level boost level to pass the corresponding color.

background_custom_emoji_id: string

Identifier of a custom emoji to be shown on the reply header and link preview background; 0 if none. Use chatBoostLevelFeatures.can_set_background_custom_emoji to check whether a custom emoji can be set.

chat_id: number

Chat identifier.