- 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
FieldsModifier and TypeFieldDescriptionstatic final intlong[]Identifiers of custom emoji stickers. -
Constructor Summary
ConstructorsConstructorDescriptionReturns 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
toStringMethods 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:
getConstructorin classTdApi.Object
-
serialize
- Specified by:
serializein classTdApi.Object- Throws:
IOException
-
equals
-
hashCode
public int hashCode()
-