- Enclosing class:
- TdApi
Searches for stickers from public
sticker sets that correspond to a given emoji.
Returns Stickers
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
String representation of emoji; must be non-empty.int
The maximum number of stickers to be returned. -
Constructor Summary
ConstructorDescriptionSearches for stickers from public sticker sets that correspond to a given emoji.SearchStickers
(DataInput input) Searches for stickers from public sticker sets that correspond to a given emoji.SearchStickers
(String emoji, int limit) Searches for stickers from public sticker sets that correspond to a given emoji. -
Method Summary
Methods inherited from class it.tdlight.jni.TdApi.Function
toString
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize
-
Field Details
-
emoji
String representation of emoji; must be non-empty. -
limit
public int limitThe maximum number of stickers to be returned. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
-
-
Constructor Details
-
SearchStickers
public SearchStickers()Searches for stickers from public sticker sets that correspond to a given emoji.Returns
Stickers
-
SearchStickers
Searches for stickers from public sticker sets that correspond to a given emoji.Returns
Stickers
- Parameters:
emoji
- String String representation of emoji; must be non-empty.limit
- int The maximum number of stickers to be returned.
-
SearchStickers
Searches for stickers from public sticker sets that correspond to a given emoji.Returns
Stickers
- Throws:
IOException
-
-
Method Details
-
getConstructor
public int getConstructor()- Specified by:
getConstructor
in classTdApi.Object
-
serialize
- Specified by:
serialize
in classTdApi.Object
- Throws:
IOException
-
equals
-
hashCode
public int hashCode()
-