public static class TdApi.SearchInstalledStickerSets extends TdApi.Function<TdApi.StickerSets>
Returns StickerSets
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
int |
limit
The maximum number of sticker sets to return.
|
java.lang.String |
query
Query to search for.
|
TdApi.StickerType |
stickerType
Type of the sticker sets 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(TdApi.StickerType stickerType,
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()
Returns an identifier uniquely determining type of the object.
|
toStringpublic TdApi.StickerType stickerType
public java.lang.String query
public int limit
public static final int CONSTRUCTOR
public SearchInstalledStickerSets()
Returns StickerSets
public SearchInstalledStickerSets(TdApi.StickerType stickerType, java.lang.String query, int limit)
Returns StickerSets
stickerType - Type of the sticker sets to search for.query - Query to search for.limit - The maximum number of sticker sets to return.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object