Module tdlight.api

Class TdApi.ChatTheme

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

public static final class TdApi.ChatTheme extends TdApi.Object
Describes a chat theme.
  • Field Details

    • name

      public String name
      Theme name.
    • lightSettings

      public TdApi.ThemeSettings lightSettings
      Theme settings for a light chat theme.
    • darkSettings

      public TdApi.ThemeSettings darkSettings
      Theme settings for a dark chat theme.
    • CONSTRUCTOR

      public static final int CONSTRUCTOR
      Identifier uniquely determining type of the object.
      See Also:
  • Constructor Details

    • ChatTheme

      public ChatTheme()
      Describes a chat theme.
    • ChatTheme

      public ChatTheme(String name, TdApi.ThemeSettings lightSettings, TdApi.ThemeSettings darkSettings)
      Describes a chat theme.
      Parameters:
      name - Theme name.
      lightSettings - Theme settings for a light chat theme.
      darkSettings - Theme settings for a dark chat theme.
    • ChatTheme

      public ChatTheme(DataInput input) throws IOException
      Describes a chat theme.
      Parameters:
      input - Serialized input
      Throws:
      IOException - the deserialization failed
  • Method Details

    • getConstructor

      public int getConstructor()
      Description copied from class: TdApi.Object
      Returns an identifier uniquely determining type of the object.
      Specified by:
      getConstructor in class TdApi.Object
      Returns:
      this.CONSTRUCTOR
    • serialize

      public void serialize(DataOutput output) throws IOException
      Serialize the TDLib class
      Specified by:
      serialize in class TdApi.Object
      Parameters:
      output - output data stream
      Throws:
      IOException - the serialization failed
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object