Layer 220
constructor
attachMenuBotIconColor#4576f3f0 name:string color:int = AttachMenuBotIconColor;

Parameters

Name Type Description
Name string One of the following values: light_icon - Color of the attachment menu icon (light mode) light_text - Color of the attachment menu label, once selected (light mode) dark_icon - Color of the attachment menu icon (dark mode) dark_text - Color of the attachment menu label, once selected (dark mode)
Color int Color in RGB 24 format

Gogram Example

// Creating AttachMenuBotIconColor constructor
obj := &tg.AttachMenuBotIconColor{
    Name: "...",
    Color: 0,
}