Module tdlight.api

Class TdApi.ProfileAccentColor

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

public static final class TdApi.ProfileAccentColor extends TdApi.Object
Contains information about supported accent color for user profile photo background.
  • Field Details

    • id

      public int id
      Profile accent color identifier.
    • lightThemeColors

      public TdApi.ProfileAccentColors lightThemeColors
      Accent colors expected to be used in light themes.
    • darkThemeColors

      public TdApi.ProfileAccentColors darkThemeColors
      Accent colors expected to be used in dark themes.
    • minSupergroupChatBoostLevel

      public int minSupergroupChatBoostLevel
      The minimum chat boost level required to use the color in a supergroup chat.
    • minChannelChatBoostLevel

      public int minChannelChatBoostLevel
      The minimum chat boost level required to use the color in a channel chat.
    • CONSTRUCTOR

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

    • ProfileAccentColor

      public ProfileAccentColor()
      Contains information about supported accent color for user profile photo background.
    • ProfileAccentColor

      public ProfileAccentColor(int id, TdApi.ProfileAccentColors lightThemeColors, TdApi.ProfileAccentColors darkThemeColors, int minSupergroupChatBoostLevel, int minChannelChatBoostLevel)
      Contains information about supported accent color for user profile photo background.
      Parameters:
      id - Profile accent color identifier.
      lightThemeColors - Accent colors expected to be used in light themes.
      darkThemeColors - Accent colors expected to be used in dark themes.
      minSupergroupChatBoostLevel - The minimum chat boost level required to use the color in a supergroup chat.
      minChannelChatBoostLevel - The minimum chat boost level required to use the color in a channel chat.
    • ProfileAccentColor

      public ProfileAccentColor(DataInput input) throws IOException
      Contains information about supported accent color for user profile photo 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