public static class TdApi.SearchStickerSet extends TdApi.Function
Returns StickerSet
TdApi.Function.Constructors
Modifier and Type | Field and Description |
---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
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)
Creates a function, which searches for a sticker set by its name.
|
Modifier and Type | Method and Description |
---|---|
int |
getConstructor() |
toString
public java.lang.String name
public static final int CONSTRUCTOR
public SearchStickerSet()
Returns StickerSet
public SearchStickerSet(java.lang.String name)
Returns StickerSet
name
- Name of the sticker set.public int getConstructor()
getConstructor
in class TdApi.Function