Module tdlight.api

Class TdApi.SearchStickers

Enclosing class:
TdApi

public static final class TdApi.SearchStickers extends TdApi.Function<TdApi.Stickers>
Searches for stickers from public sticker sets that correspond to any of the given emoji. Returns Stickers
  • Field Details

    • stickerType

      public TdApi.StickerType stickerType
      Type of the stickers to return.
    • emojis

      public String emojis
      Space-separated list of emoji to search for; must be non-empty.
    • limit

      public int limit
      The maximum number of stickers to be returned; 0-100.
    • CONSTRUCTOR

      public static final int CONSTRUCTOR
      See Also:
  • Constructor Details

    • SearchStickers

      public SearchStickers()
      Searches for stickers from public sticker sets that correspond to any of the given emoji. Returns Stickers
    • SearchStickers

      public SearchStickers(TdApi.StickerType stickerType, String emojis, int limit)
      Searches for stickers from public sticker sets that correspond to any of the given emoji. Returns Stickers
      Parameters:
      stickerType - StickerType Type of the stickers to return.
      emojis - String Space-separated list of emoji to search for; must be non-empty.
      limit - int The maximum number of stickers to be returned; 0-100.
    • SearchStickers

      public SearchStickers(DataInput input) throws IOException
      Searches for stickers from public sticker sets that correspond to any of the given emoji. Returns Stickers
      Throws:
      IOException
  • Method Details