- Enclosing class:
- TdApi
Returns stickers from the installed
sticker sets that correspond to a
given emoji. If the emoji is non-empty,
then favorite, recently used or trending
stickers may also be returned.
Returns
Stickers
-
Field Summary
Modifier and TypeFieldDescriptionlong
Chat identifier for which to return stickers.static final int
String representation of emoji.int
The maximum number of stickers to be returned.Type of the sticker sets to return. -
Constructor Summary
ConstructorDescriptionReturns stickers from the installed sticker sets that correspond to a given emoji.GetStickers
(TdApi.StickerType stickerType, String emoji, int limit, long chatId) Returns stickers from the installed sticker sets that correspond to a given emoji.GetStickers
(DataInput input) Returns stickers from the installed 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
-
stickerType
Type of the sticker sets to return. -
emoji
String representation of emoji. If empty, returns all known installed stickers. -
limit
public int limitThe maximum number of stickers to be returned. -
chatId
public long chatIdChat identifier for which to return stickers. Available custom emoji may be different for different chats. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
-
-
Constructor Details
-
GetStickers
public GetStickers()Returns stickers from the installed sticker sets that correspond to a given emoji. If the emoji is non-empty, then favorite, recently used or trending stickers may also be returned. ReturnsStickers
-
GetStickers
Returns stickers from the installed sticker sets that correspond to a given emoji. If the emoji is non-empty, then favorite, recently used or trending stickers may also be returned. ReturnsStickers
- Parameters:
stickerType
- StickerType Type of the sticker sets to return.emoji
- String String representation of emoji. If empty, returns all known installed stickers.limit
- int The maximum number of stickers to be returned.chatId
- long Chat identifier for which to return stickers. Available custom emoji may be different for different chats.
-
GetStickers
Returns stickers from the installed sticker sets that correspond to a given emoji. If the emoji is non-empty, then favorite, recently used or trending stickers may also be returned. 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()
-