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