Class TdApi.SetAccentColor

Enclosing class:
TdApi

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

Returns Ok

  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    int
    Identifier of the accent color to use.
    long
    Identifier of a custom emoji to be shown on the reply header and link preview background; 0 if none.
    static final int
    Identifier uniquely determining type of the object.
  • Constructor Summary

    Constructors
    Constructor
    Description
    Default constructor for a function, which changes accent color and background custom emoji for the current user; for Telegram Premium users only.
    SetAccentColor(int accentColorId, long backgroundCustomEmojiId)
    Creates a function, which changes accent color and background custom emoji for 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

    • accentColorId

      public int accentColorId
      Identifier of the accent color to use.
    • backgroundCustomEmojiId

      public long backgroundCustomEmojiId
      Identifier of a custom emoji to be shown on the reply header and link preview background; 0 if none.
    • CONSTRUCTOR

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

    • SetAccentColor

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

      Returns Ok

    • SetAccentColor

      public SetAccentColor(int accentColorId, long backgroundCustomEmojiId)
      Creates a function, which changes accent color and background custom emoji for the current user; for Telegram Premium users only.

      Returns Ok

      Parameters:
      accentColorId - Identifier of the accent color to use.
      backgroundCustomEmojiId - Identifier of a custom emoji to be shown on the reply header and link preview 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