public static class TdApi.SearchStickers extends TdApi.Function
Returns Stickers
TdApi.Function.Constructors
Modifier and Type | Field and Description |
---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
java.lang.String |
emoji
String representation of emoji; must be non-empty.
|
int |
limit
The maximum number of stickers to be returned.
|
Constructor and Description |
---|
SearchStickers()
Default constructor for a function, which searches for stickers from public sticker sets that correspond to a given emoji.
|
SearchStickers(java.lang.String emoji,
int limit)
Creates a function, which searches for stickers from public sticker sets that correspond to a given emoji.
|
Modifier and Type | Method and Description |
---|---|
int |
getConstructor() |
toString
public java.lang.String emoji
public int limit
public static final int CONSTRUCTOR
public SearchStickers()
Returns Stickers
public SearchStickers(java.lang.String emoji, int limit)
Returns Stickers
emoji
- String representation of emoji; must be non-empty.limit
- The maximum number of stickers to be returned.public int getConstructor()
getConstructor
in class TdApi.Function