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
FieldsModifier and TypeFieldDescriptionstatic final intintColor in the RGB24 format for dark themes.intColor in the RGB24 format for light themes. -
Constructor Summary
ConstructorsConstructorDescriptionDescribes 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:
getConstructorin classTdApi.Object
-
serialize
- Specified by:
serializein classTdApi.Object- Throws:
IOException
-
equals
-
hashCode
public int hashCode()
-