java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.AttachmentMenuBotColor
- Enclosing class:
- TdApi
Describes a color to highlight a bot
added to attachment menu.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
int
Color in the RGB24 format for dark themes.int
Color in the RGB24 format for light themes. -
Constructor Summary
ConstructorDescriptionDescribes 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.AttachmentMenuBotColor
(DataInput input) Describes a color to highlight a bot added to attachment menu. -
Method Summary
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize, toString
-
Field Details
-
lightColor
public int lightColorColor in the RGB24 format for light themes. -
darkColor
public int darkColorColor in the RGB24 format for dark themes. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
-
-
Constructor Details
-
AttachmentMenuBotColor
public AttachmentMenuBotColor()Describes a color to highlight a bot added to attachment menu. -
AttachmentMenuBotColor
public AttachmentMenuBotColor(int lightColor, int darkColor) Describes a color to highlight a bot added to attachment menu.- Parameters:
lightColor
- int Color in the RGB24 format for light themes.darkColor
- int Color in the RGB24 format for dark themes.
-
AttachmentMenuBotColor
Describes a color to highlight a bot added to attachment menu.- Throws:
IOException
-
-
Method Details
-
getConstructor
public int getConstructor()- Specified by:
getConstructor
in classTdApi.Object
-
serialize
- Specified by:
serialize
in classTdApi.Object
- Throws:
IOException
-
equals
-
hashCode
public int hashCode()
-