Module tdlight.api

Class TdApi.Background

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

public static final class TdApi.Background extends TdApi.Object
Describes a chat background.
  • Field Details

    • id

      public long id
      Unique background identifier.
    • isDefault

      public boolean isDefault
      True, if this is one of default backgrounds.
    • isDark

      public boolean isDark
      True, if the background is dark and is recommended to be used with dark theme.
    • name

      public String name
      Unique background name.
    • document

      public TdApi.Document document
      Document with the background; may be null. Null only for filled and chat theme backgrounds.
    • type

      public TdApi.BackgroundType type
      Type of the background.
    • CONSTRUCTOR

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

    • Background

      public Background()
      Describes a chat background.
    • Background

      public Background(long id, boolean isDefault, boolean isDark, String name, TdApi.Document document, TdApi.BackgroundType type)
      Describes a chat background.
      Parameters:
      id - Unique background identifier.
      isDefault - True, if this is one of default backgrounds.
      isDark - True, if the background is dark and is recommended to be used with dark theme.
      name - Unique background name.
      document - Document with the background; may be null. Null only for filled and chat theme backgrounds.
      type - Type of the background.
    • Background

      public Background(DataInput input) throws IOException
      Describes a chat background.
      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