Class TdApi.SetEmojiStatus

Enclosing class:
TdApi

public static class TdApi.SetEmojiStatus extends TdApi.Function<TdApi.Ok>
Changes the emoji status 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.
    New emoji status; pass null to switch to the default badge.
  • Constructor Summary

    Constructors
    Constructor
    Description
    Default constructor for a function, which changes the emoji status of the current user; for Telegram Premium users only.
    Creates a function, which changes the emoji status 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

    • emojiStatus

      public TdApi.EmojiStatus emojiStatus
      New emoji status; pass null to switch to the default badge.
    • CONSTRUCTOR

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

    • SetEmojiStatus

      public SetEmojiStatus()
      Default constructor for a function, which changes the emoji status of the current user; for Telegram Premium users only.

      Returns Ok

    • SetEmojiStatus

      public SetEmojiStatus(TdApi.EmojiStatus emojiStatus)
      Creates a function, which changes the emoji status of the current user; for Telegram Premium users only.

      Returns Ok

      Parameters:
      emojiStatus - New emoji status; pass null to switch to the default badge.
  • 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