Class TdApi.SetChatProfileAccentColor

Enclosing class:
TdApi

public static 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 Summary

    Fields
    Modifier and Type
    Field
    Description
    long
    Chat identifier.
    static final int
    Identifier uniquely determining type of the object.
    int
    Identifier of the accent color to use for profile; pass -1 if none.
    long
    Identifier of a custom emoji to be shown on the chat's profile photo background; 0 if none.
  • Constructor Summary

    Constructors
    Constructor
    Description
    Default constructor for a function, which changes accent color and background custom emoji for profile of a supergroup or channel chat.
    SetChatProfileAccentColor(long chatId, int profileAccentColorId, long profileBackgroundCustomEmojiId)
    Creates a function, which changes accent color and background custom emoji for profile of a supergroup or channel chat.
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    Returns an identifier uniquely determining type of the object.

    Methods inherited from class dev.voroby.springframework.telegram.client.TdApi.Function

    toString

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • 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()
      Default constructor for a function, which 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)
      Creates a function, which 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.
  • 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