Skip to main content

attachMenuBotIconColor

Represents an attachment menu icon color for bot mini apps »

type tg.AttachMenuBotIconColor struct { /* ... */ }

Fields

NameTypeRequiredDescription
NamestringyesOne 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)
ColorintyesColor in RGB24 format

References