Class TdApi.SearchStickers

Enclosing class:
TdApi

public static 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 emojis 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
      Identifier uniquely determining type of the object.
      See Also:
  • Constructor Details

    • SearchStickers

      public SearchStickers()
      Default constructor for a function, which 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)
      Creates a function, which searches for stickers from public sticker sets that correspond to any of the given emoji.

      Returns Stickers

      Parameters:
      stickerType - Type of the stickers to return.
      emojis - Space-separated list of emojis to search for; must be non-empty.
      limit - The maximum number of stickers to be returned; 0-100.
  • Method Details