Module tdlight.api

Class TdApi.EmojiCategory

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

public static final class TdApi.EmojiCategory extends TdApi.Object
Contains a list of similar emoji to search for in getStickers and searchStickers.
  • Field Details

    • name

      public String name
      Name of the category.
    • icon

      public TdApi.Sticker icon
      Custom emoji sticker, which represents icon of the category.
    • emojis

      public String[] emojis
      List of emojis in the category.
    • CONSTRUCTOR

      public static final int CONSTRUCTOR
      See Also:
  • Constructor Details

    • EmojiCategory

      public EmojiCategory()
      Contains a list of similar emoji to search for in getStickers and searchStickers.
    • EmojiCategory

      public EmojiCategory(String name, TdApi.Sticker icon, String[] emojis)
      Contains a list of similar emoji to search for in getStickers and searchStickers.
      Parameters:
      name - String Name of the category.
      icon - Sticker Custom emoji sticker, which represents icon of the category.
      emojis - String[] List of emojis in the category.
    • EmojiCategory

      public EmojiCategory(DataInput input) throws IOException
      Contains a list of similar emoji to search for in getStickers and searchStickers.
      Throws:
      IOException
  • Method Details