- Enclosing class:
- TdApi
Returns list of custom emoji stickers
by their identifiers. Stickers are
returned in arbitrary order. Only
found stickers are returned.
Returns
Stickers
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
long[]
Identifiers of custom emoji stickers. -
Constructor Summary
ConstructorDescriptionReturns list of custom emoji stickers by their identifiers.GetCustomEmojiStickers
(long[] customEmojiIds) Returns list of custom emoji stickers by their identifiers.GetCustomEmojiStickers
(DataInput input) Returns list of custom emoji stickers by their identifiers. -
Method Summary
Methods inherited from class it.tdlight.jni.TdApi.Function
toString
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize
-
Field Details
-
customEmojiIds
public long[] customEmojiIdsIdentifiers of custom emoji stickers. At most 200 custom emoji stickers can be received simultaneously. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
-
-
Constructor Details
-
GetCustomEmojiStickers
public GetCustomEmojiStickers()Returns list of custom emoji stickers by their identifiers. Stickers are returned in arbitrary order. Only found stickers are returned. ReturnsStickers
-
GetCustomEmojiStickers
public GetCustomEmojiStickers(long[] customEmojiIds) Returns list of custom emoji stickers by their identifiers. Stickers are returned in arbitrary order. Only found stickers are returned. ReturnsStickers
- Parameters:
customEmojiIds
- long[] Identifiers of custom emoji stickers. At most 200 custom emoji stickers can be received simultaneously.
-
GetCustomEmojiStickers
Returns list of custom emoji stickers by their identifiers. Stickers are returned in arbitrary order. Only found stickers are 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()
-