Module tdlight.api

Class TdApi.ThemeSettings

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

public static final class TdApi.ThemeSettings extends TdApi.Object
Describes theme settings.
  • Field Details

    • accentColor

      public int accentColor
      Theme accent color in ARGB format.
    • background

      public TdApi.Background background
      The background to be used in chats; may be null.
    • outgoingMessageFill

      public TdApi.BackgroundFill outgoingMessageFill
      The fill to be used as a background for outgoing messages.
    • animateOutgoingMessageFill

      public boolean animateOutgoingMessageFill
      If true, the freeform gradient fill needs to be animated on every sent message.
    • outgoingMessageAccentColor

      public int outgoingMessageAccentColor
      Accent color of outgoing messages in ARGB format.
    • CONSTRUCTOR

      public static final int CONSTRUCTOR
      See Also:
  • Constructor Details

    • ThemeSettings

      public ThemeSettings()
      Describes theme settings.
    • ThemeSettings

      public ThemeSettings(int accentColor, TdApi.Background background, TdApi.BackgroundFill outgoingMessageFill, boolean animateOutgoingMessageFill, int outgoingMessageAccentColor)
      Describes theme settings.
      Parameters:
      accentColor - int Theme accent color in ARGB format.
      background - Background The background to be used in chats; may be null.
      outgoingMessageFill - BackgroundFill The fill to be used as a background for outgoing messages.
      animateOutgoingMessageFill - boolean If true, the freeform gradient fill needs to be animated on every sent message.
      outgoingMessageAccentColor - int Accent color of outgoing messages in ARGB format.
    • ThemeSettings

      public ThemeSettings(DataInput input) throws IOException
      Describes theme settings.
      Throws:
      IOException
  • Method Details