Module tdlight.api

Class TdApi.TextEntityTypeCustomEmoji

Enclosing class:
TdApi

public static final class TdApi.TextEntityTypeCustomEmoji extends TdApi.TextEntityType
A custom emoji. The text behind a custom emoji must be an emoji. Only premium users can use premium custom emoji.
  • Field Details

    • customEmojiId

      public long customEmojiId
      Unique identifier of the custom emoji.
    • CONSTRUCTOR

      public static final int CONSTRUCTOR
      See Also:
  • Constructor Details

    • TextEntityTypeCustomEmoji

      public TextEntityTypeCustomEmoji()
      A custom emoji. The text behind a custom emoji must be an emoji. Only premium users can use premium custom emoji.
    • TextEntityTypeCustomEmoji

      public TextEntityTypeCustomEmoji(long customEmojiId)
      A custom emoji. The text behind a custom emoji must be an emoji. Only premium users can use premium custom emoji.
      Parameters:
      customEmojiId - long Unique identifier of the custom emoji.
    • TextEntityTypeCustomEmoji

      public TextEntityTypeCustomEmoji(DataInput input) throws IOException
      A custom emoji. The text behind a custom emoji must be an emoji. Only premium users can use premium custom emoji.
      Throws:
      IOException
  • Method Details