- Enclosing class:
- TdApi
Changes the order of installed sticker sets.
Returns Ok
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
boolean
Pass true to change the order of mask sticker sets; pass false to change the order of ordinary sticker sets.long[]
Identifiers of installed sticker sets in the new correct order. -
Constructor Summary
ConstructorDescriptionChanges the order of installed sticker sets.ReorderInstalledStickerSets
(boolean isMasks, long[] stickerSetIds) Changes the order of installed sticker sets.Changes the order of installed sticker sets. -
Method Summary
Methods inherited from class it.tdlight.jni.TdApi.Function
toString
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize
-
Field Details
-
isMasks
public boolean isMasksPass true to change the order of mask sticker sets; pass false to change the order of ordinary sticker sets. -
stickerSetIds
public long[] stickerSetIdsIdentifiers of installed sticker sets in the new correct order. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
-
-
Constructor Details
-
ReorderInstalledStickerSets
public ReorderInstalledStickerSets()Changes the order of installed sticker sets.Returns
Ok
-
ReorderInstalledStickerSets
public ReorderInstalledStickerSets(boolean isMasks, long[] stickerSetIds) Changes the order of installed sticker sets.Returns
Ok
- Parameters:
isMasks
- boolean Pass true to change the order of mask sticker sets; pass false to change the order of ordinary sticker sets.stickerSetIds
- long[] Identifiers of installed sticker sets in the new correct order.
-
ReorderInstalledStickerSets
Changes the order of installed sticker sets.Returns
Ok
- 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()
-