- Enclosing class:
- TdApi
Searches for stickers from public
sticker sets that correspond to any
of the given emoji.
Returns
Stickers
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
Space-separated list of emoji to search for; must be non-empty.int
The maximum number of stickers to be returned; 0-100.Type of the stickers to return. -
Constructor Summary
ConstructorDescriptionSearches for stickers from public sticker sets that correspond to any of the given emoji.SearchStickers
(TdApi.StickerType stickerType, String emojis, int limit) Searches for stickers from public sticker sets that correspond to any of the given emoji.SearchStickers
(DataInput input) Searches for stickers from public sticker sets that correspond to any of the 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
-
stickerType
Type of the stickers to return. -
emojis
Space-separated list of emoji to search for; must be non-empty. -
limit
public int limitThe maximum number of stickers to be returned; 0-100. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
-
-
Constructor Details
-
SearchStickers
public SearchStickers()Searches for stickers from public sticker sets that correspond to any of the given emoji. ReturnsStickers
-
SearchStickers
Searches for stickers from public sticker sets that correspond to any of the given emoji. ReturnsStickers
- Parameters:
stickerType
- StickerType Type of the stickers to return.emojis
- String Space-separated list of emoji to search for; must be non-empty.limit
- int The maximum number of stickers to be returned; 0-100.
-
SearchStickers
Searches for stickers from public sticker sets that correspond to any of the given emoji. ReturnsStickers
- 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()
-