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 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:
  • 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
      Searches for stickers from public sticker sets that correspond to a given emoji.

      Returns Stickers

      Throws:
      IOException
  • Method Details