Module tdlight.api

Class TdApi.AttachmentMenuBotColor

java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.AttachmentMenuBotColor
Enclosing class:
TdApi

public static final class TdApi.AttachmentMenuBotColor extends TdApi.Object
Describes a color to highlight a bot added to attachment menu.
  • Field Details

    • lightColor

      public int lightColor
      Color in the RGB24 format for light themes.
    • darkColor

      public int darkColor
      Color 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

      public AttachmentMenuBotColor(DataInput input) throws IOException
      Describes a color to highlight a bot added to attachment menu.
      Throws:
      IOException
  • Method Details