Interface AttachmentMenuBotColor

Describes a color to highlight a bot added to attachment menu.

interface AttachmentMenuBotColor {
    @type: "attachmentMenuBotColor";
    dark_color: number;
    light_color: number;
}

Properties

@type: "attachmentMenuBotColor"
dark_color: number

Color in the RGB format for dark themes.

light_color: number

Color in the RGB format for light themes.