Class TdApi.SearchStickerSets

  • Enclosing class:
    TdApi

    public static class TdApi.SearchStickerSets
    extends TdApi.Function
    Searches for ordinary sticker sets by looking for specified query in their title and name. Excludes installed sticker sets from the results.

    Returns StickerSets

    • Field Detail

      • query

        public String query
        Query to search for.
      • CONSTRUCTOR

        public static final int CONSTRUCTOR
        Identifier uniquely determining type of the object.
        See Also:
        Constant Field Values
    • Constructor Detail

      • SearchStickerSets

        public SearchStickerSets()
        Default constructor for a function, which searches for ordinary sticker sets by looking for specified query in their title and name. Excludes installed sticker sets from the results.

        Returns StickerSets

      • SearchStickerSets

        public SearchStickerSets​(String query)
        Creates a function, which searches for ordinary sticker sets by looking for specified query in their title and name. Excludes installed sticker sets from the results.

        Returns StickerSets

        Parameters:
        query - Query to search for.