public static class TdApi.GetStickers 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.
|
int |
limit
The maximum number of stickers to be returned.
|
Constructor and Description |
---|
GetStickers()
Default constructor for a function, which returns stickers from the installed sticker sets that correspond to a given emoji.
|
GetStickers(java.lang.String emoji,
int limit)
Creates a function, which returns stickers from the installed 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 GetStickers()
Returns Stickers
public GetStickers(java.lang.String emoji, int limit)
Returns Stickers
emoji
- String representation of emoji. If empty, returns all known installed stickers.limit
- The maximum number of stickers to be returned.public int getConstructor()
getConstructor
in class TdApi.Function