public static class TdApi.SearchInstalledStickerSets extends TdApi.Function
Returns StickerSets
TdApi.Function.Constructors
Modifier and Type | Field and Description |
---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
boolean |
isMasks
Pass true to return mask sticker sets; pass false to return ordinary sticker sets.
|
int |
limit
The maximum number of sticker sets to return.
|
java.lang.String |
query
Query to search for.
|
Constructor and Description |
---|
SearchInstalledStickerSets()
Default constructor for a function, which searches for installed sticker sets by looking for specified query in their title and name.
|
SearchInstalledStickerSets(boolean isMasks,
java.lang.String query,
int limit)
Creates a function, which searches for installed sticker sets by looking for specified query in their title and name.
|
Modifier and Type | Method and Description |
---|---|
int |
getConstructor() |
toString
public boolean isMasks
public java.lang.String query
public int limit
public static final int CONSTRUCTOR
public SearchInstalledStickerSets()
Returns StickerSets
public SearchInstalledStickerSets(boolean isMasks, java.lang.String query, int limit)
Returns StickerSets
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.public int getConstructor()
getConstructor
in class TdApi.Function