Module tdlight.api

Class TdApi.EmojiStatus

java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.EmojiStatus
Enclosing class:
TdApi

public static final class TdApi.EmojiStatus extends TdApi.Object
Describes a custom emoji to be shown instead of the Telegram Premium badge.
  • Field Details

    • customEmojiId

      public long customEmojiId
      Identifier of the custom emoji in stickerFormatTgs format.
    • CONSTRUCTOR

      public static final int CONSTRUCTOR
      See Also:
  • Constructor Details

    • EmojiStatus

      public EmojiStatus()
      Describes a custom emoji to be shown instead of the Telegram Premium badge.
    • EmojiStatus

      public EmojiStatus(long customEmojiId)
      Describes a custom emoji to be shown instead of the Telegram Premium badge.
      Parameters:
      customEmojiId - long Identifier of the custom emoji in stickerFormatTgs format.
    • EmojiStatus

      public EmojiStatus(DataInput input) throws IOException
      Describes a custom emoji to be shown instead of the Telegram Premium badge.
      Throws:
      IOException
  • Method Details