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 Detail

      • 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
        Identifier uniquely determining type of the object.
        See Also:
        Constant Field Values
    • Constructor Detail

      • SearchStickers

        public SearchStickers()
        Default constructor for a function, which searches for stickers from public sticker sets that correspond to a given emoji.

        Returns Stickers

      • SearchStickers

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

        Returns Stickers

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