Raw.AttachMenuBotIconColor
Represents an attachment menu icon color for bot mini apps
attachMenuBotIconColor#4576f3f0 name:string color:int = AttachMenuBotIconColor;
export namespace Raw {
export class AttachMenuBotIconColor {
constructor(params: { name: string; color: number }) {}
}
}
🚫
This is a types constructor, you can’t use it as method when call invoke.
Layer: 185
Constructor ID: 0x4576f3f0
Property
name
: stringOne of the following values: lightIcon - color of the attachment menu icon (light mode) lightText - color of the attachment menu label, once selected (light mode) darkIcon - color of the attachment menu icon (dark mode) darkText - color of the attachment menu label, once selected (dark mode)
color
: numberColor in rgb24 format