Module tdlight.api

Class TdApi.SetChatProfileAccentColor

Enclosing class:
TdApi

public static final class TdApi.SetChatProfileAccentColor extends TdApi.Function<TdApi.Ok>
Changes accent color and background custom emoji for profile of a supergroup or channel chat. Requires canChangeInfo administrator right.

Returns Ok

  • Field Details

    • chatId

      public long chatId
      Chat identifier.
    • profileAccentColorId

      public int profileAccentColorId
      Identifier of the accent color to use for profile; pass -1 if none. The chat must have at least profileAccentColor.minSupergroupChatBoostLevel for supergroups or profileAccentColor.minChannelChatBoostLevel for channels boost level to pass the corresponding color.
    • profileBackgroundCustomEmojiId

      public long profileBackgroundCustomEmojiId
      Identifier of a custom emoji to be shown on the chat's profile photo background; 0 if none. Use chatBoostLevelFeatures.canSetProfileBackgroundCustomEmoji to check whether a custom emoji can be set.
    • CONSTRUCTOR

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

    • SetChatProfileAccentColor

      public SetChatProfileAccentColor()
      Changes accent color and background custom emoji for profile of a supergroup or channel chat. Requires canChangeInfo administrator right.

      Returns Ok

    • SetChatProfileAccentColor

      public SetChatProfileAccentColor(long chatId, int profileAccentColorId, long profileBackgroundCustomEmojiId)
      Changes accent color and background custom emoji for profile of a supergroup or channel chat. Requires canChangeInfo administrator right.

      Returns Ok

      Parameters:
      chatId - Chat identifier.
      profileAccentColorId - Identifier of the accent color to use for profile; pass -1 if none. The chat must have at least profileAccentColor.minSupergroupChatBoostLevel for supergroups or profileAccentColor.minChannelChatBoostLevel for channels boost level to pass the corresponding color.
      profileBackgroundCustomEmojiId - Identifier of a custom emoji to be shown on the chat's profile photo background; 0 if none. Use chatBoostLevelFeatures.canSetProfileBackgroundCustomEmoji to check whether a custom emoji can be set.

      Returns Ok

    • SetChatProfileAccentColor

      public SetChatProfileAccentColor(DataInput input) throws IOException
      Changes accent color and background custom emoji for profile of a supergroup or channel chat. Requires canChangeInfo administrator right.

      Returns Ok

      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