Module tdlight.api

Class TdApi.StickerFullTypeCustomEmoji

Enclosing class:
TdApi

public static final class TdApi.StickerFullTypeCustomEmoji extends TdApi.StickerFullType
The sticker is a custom emoji to be used inside message text and caption. Currently, only Telegram Premium users can use custom emoji.
  • Field Details

    • customEmojiId

      public long customEmojiId
      Identifier of the custom emoji.
    • needsRepainting

      public boolean needsRepainting
      True, if the sticker must be repainted to a text color in messages, the color of the Telegram Premium badge in emoji status, white color on chat photos, or another appropriate color in other places.
    • CONSTRUCTOR

      public static final int CONSTRUCTOR
      See Also:
  • Constructor Details

    • StickerFullTypeCustomEmoji

      public StickerFullTypeCustomEmoji()
      The sticker is a custom emoji to be used inside message text and caption. Currently, only Telegram Premium users can use custom emoji.
    • StickerFullTypeCustomEmoji

      public StickerFullTypeCustomEmoji(long customEmojiId, boolean needsRepainting)
      The sticker is a custom emoji to be used inside message text and caption. Currently, only Telegram Premium users can use custom emoji.
      Parameters:
      customEmojiId - long Identifier of the custom emoji.
      needsRepainting - boolean True, if the sticker must be repainted to a text color in messages, the color of the Telegram Premium badge in emoji status, white color on chat photos, or another appropriate color in other places.
    • StickerFullTypeCustomEmoji

      public StickerFullTypeCustomEmoji(DataInput input) throws IOException
      The sticker is a custom emoji to be used inside message text and caption. Currently, only Telegram Premium users can use custom emoji.
      Throws:
      IOException
  • Method Details