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 Summary

      Fields 
      Modifier and Type Field Description
      static int CONSTRUCTOR
      Identifier uniquely determining type of the object.
      java.lang.String emoji
      String representation of emoji; must be non-empty.
      int limit
      Maximum number of stickers to be returned.
    • Constructor Summary

      Constructors 
      Constructor Description
      SearchStickers()
      Default constructor.
      SearchStickers​(java.lang.String emoji, int limit)
      Constructor for initialization of all fields.
    • Field Detail

      • emoji

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

        public int limit
        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.
      • SearchStickers

        public SearchStickers​(java.lang.String emoji,
                              int limit)
        Constructor for initialization of all fields.
        Parameters:
        emoji - String representation of emoji; must be non-empty.
        limit - Maximum number of stickers to be returned.