public static class TdApi.AttachmentMenuBotColor extends TdApi.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
int |
darkColor
Color in the RGB format for dark themes.
|
int |
lightColor
Color in the RGB format for light themes.
|
| Constructor and Description |
|---|
AttachmentMenuBotColor()
Describes a color to highlight a bot added to attachment menu.
|
AttachmentMenuBotColor(int lightColor,
int darkColor)
Describes a color to highlight a bot added to attachment menu.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic int lightColor
public int darkColor
public static final int CONSTRUCTOR
public AttachmentMenuBotColor()
public AttachmentMenuBotColor(int lightColor,
int darkColor)
lightColor - Color in the RGB format for light themes.darkColor - Color in the RGB format for dark themes.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object