public static class TdApi.SearchStickerSets extends TdApi.Function
Returns StickerSets
TdApi.Function.Constructors
Modifier and Type | Field and Description |
---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
java.lang.String |
query
Query to search for.
|
Constructor and Description |
---|
SearchStickerSets()
Default constructor for a function, which searches for ordinary sticker sets by looking for specified query in their title and name.
|
SearchStickerSets(java.lang.String query)
Creates a function, which searches for ordinary sticker sets by looking for specified query in their title and name.
|
Modifier and Type | Method and Description |
---|---|
int |
getConstructor() |
toString
public java.lang.String query
public static final int CONSTRUCTOR
public SearchStickerSets()
Returns StickerSets
public SearchStickerSets(java.lang.String query)
Returns StickerSets
query
- Query to search for.public int getConstructor()
getConstructor
in class TdApi.Function