Class TdApi.SearchStickers

Enclosing class:
TdApi

public static class TdApi.SearchStickers
extends TdApi.Function
Searches for stickers from public sticker sets that correspond to a given emoji.

Returns Stickers

  • Field Details

    • emoji

      public String emoji
      String representation of emoji; must be non-empty.
    • limit

      public int limit
      The maximum number of stickers to be returned.
    • CONSTRUCTOR

      public static final int CONSTRUCTOR
      See Also:
      Constant Field Values
  • Constructor Details

    • SearchStickers

      public SearchStickers()
      Searches for stickers from public sticker sets that correspond to a given emoji.

      Returns Stickers

    • SearchStickers

      public SearchStickers​(String emoji, int limit)
      Searches for stickers from public sticker sets that correspond to a given emoji.

      Returns Stickers

      Parameters:
      emoji - String String representation of emoji; must be non-empty.
      limit - int The maximum number of stickers to be returned.
    • SearchStickers

      public SearchStickers​(DataInput input) throws IOException
      Throws:
      IOException
  • Method Details