Class TdApi.SetProfileAccentColor

Enclosing class:
TdApi

public static class TdApi.SetProfileAccentColor extends TdApi.Function<TdApi.Ok>
Changes accent color and background custom emoji for profile of the current user; for Telegram Premium users only.

Returns Ok

  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    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 user'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 the current user; for Telegram Premium users only.
    SetProfileAccentColor(int profileAccentColorId, long profileBackgroundCustomEmojiId)
    Creates a function, which changes accent color and background custom emoji for profile of the current user; for Telegram Premium users only.
  • Method Summary

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

    Methods inherited from class org.drinkless.tdlib.TdApi.Function

    toString

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Field Details

    • profileAccentColorId

      public int profileAccentColorId
      Identifier of the accent color to use for profile; pass -1 if none.
    • profileBackgroundCustomEmojiId

      public long profileBackgroundCustomEmojiId
      Identifier of a custom emoji to be shown on the user's profile photo background; 0 if none.
    • CONSTRUCTOR

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

    • SetProfileAccentColor

      public SetProfileAccentColor()
      Default constructor for a function, which changes accent color and background custom emoji for profile of the current user; for Telegram Premium users only.

      Returns Ok

    • SetProfileAccentColor

      public SetProfileAccentColor(int profileAccentColorId, long profileBackgroundCustomEmojiId)
      Creates a function, which changes accent color and background custom emoji for profile of the current user; for Telegram Premium users only.

      Returns Ok

      Parameters:
      profileAccentColorId - Identifier of the accent color to use for profile; pass -1 if none.
      profileBackgroundCustomEmojiId - Identifier of a custom emoji to be shown on the user's profile photo background; 0 if none.
  • 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