public static class TdApi.SearchStickerSet extends TdApi.Function<TdApi.StickerSet>
Returns StickerSet
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
boolean |
ignoreCache
Pass true to ignore local cache of sticker sets and always send a network request.
|
java.lang.String |
name
Name of the sticker set.
|
| Constructor and Description |
|---|
SearchStickerSet()
Default constructor for a function, which searches for a sticker set by its name.
|
SearchStickerSet(java.lang.String name,
boolean ignoreCache)
Creates a function, which searches for a sticker set by its name.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic java.lang.String name
public boolean ignoreCache
public static final int CONSTRUCTOR
public SearchStickerSet()
Returns StickerSet
public SearchStickerSet(java.lang.String name,
boolean ignoreCache)
Returns StickerSet
name - Name of the sticker set.ignoreCache - Pass true to ignore local cache of sticker sets and always send a network request.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object