Module tdlight.api

Class TdApi.SetEmojiStatus

Enclosing class:
TdApi

public static final class TdApi.SetEmojiStatus extends TdApi.Function<TdApi.Ok>
Changes the emoji status of the current user; for Telegram Premium users only. Returns Ok
  • Field Details

    • emojiStatus

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

      public int duration
      Duration of the status, in seconds; pass 0 to keep the status active until it will be changed manually.
    • CONSTRUCTOR

      public static final int CONSTRUCTOR
      See Also:
  • Constructor Details

    • SetEmojiStatus

      public SetEmojiStatus()
      Changes the emoji status of the current user; for Telegram Premium users only. Returns Ok
    • SetEmojiStatus

      public SetEmojiStatus(TdApi.EmojiStatus emojiStatus, int duration)
      Changes the emoji status of the current user; for Telegram Premium users only. Returns Ok
      Parameters:
      emojiStatus - EmojiStatus New emoji status; pass null to switch to the default badge.
      duration - int Duration of the status, in seconds; pass 0 to keep the status active until it will be changed manually.
    • SetEmojiStatus

      public SetEmojiStatus(DataInput input) throws IOException
      Changes the emoji status of the current user; for Telegram Premium users only. Returns Ok
      Throws:
      IOException
  • Method Details