Class TdApi.SearchInstalledStickerSets

  • Enclosing class:
    TdApi

    public static class TdApi.SearchInstalledStickerSets
    extends TdApi.Function
    Searches for installed sticker sets by looking for specified query in their title and name.

    Returns StickerSets

    • Field Detail

      • isMasks

        public boolean isMasks
        Pass true to return mask sticker sets; pass false to return ordinary sticker sets.
      • query

        public String query
        Query to search for.
      • limit

        public int limit
        The maximum number of sticker sets to return.
      • CONSTRUCTOR

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

      • SearchInstalledStickerSets

        public SearchInstalledStickerSets()
        Default constructor for a function, which searches for installed sticker sets by looking for specified query in their title and name.

        Returns StickerSets

      • SearchInstalledStickerSets

        public SearchInstalledStickerSets​(boolean isMasks,
                                          String query,
                                          int limit)
        Creates a function, which searches for installed sticker sets by looking for specified query in their title and name.

        Returns StickerSets

        Parameters:
        isMasks - Pass true to return mask sticker sets; pass false to return ordinary sticker sets.
        query - Query to search for.
        limit - The maximum number of sticker sets to return.