Package org.drinkless.tdlib
Class TdApi.ReorderInstalledStickerSets
- java.lang.Object
-
- org.drinkless.tdlib.TdApi.Object
-
- org.drinkless.tdlib.TdApi.Function
-
- org.drinkless.tdlib.TdApi.ReorderInstalledStickerSets
-
- Enclosing class:
- TdApi
public static class TdApi.ReorderInstalledStickerSets extends TdApi.Function
Changes the order of installed sticker sets.Returns
Ok
-
-
Field Summary
Fields Modifier and Type Field Description static intCONSTRUCTORIdentifier uniquely determining type of the object.booleanisMasksPass true to change the order of mask sticker sets; pass false to change the order of ordinary sticker sets.long[]stickerSetIdsIdentifiers of installed sticker sets in the new correct order.
-
Constructor Summary
Constructors Constructor Description ReorderInstalledStickerSets()Default constructor for a function, which changes the order of installed sticker sets.ReorderInstalledStickerSets(boolean isMasks, long[] stickerSetIds)Creates a function, which changes the order of installed sticker sets.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetConstructor()-
Methods inherited from class org.drinkless.tdlib.TdApi.Function
toString
-
-
-
-
Field Detail
-
isMasks
public boolean isMasks
Pass true to change the order of mask sticker sets; pass false to change the order of ordinary sticker sets.
-
stickerSetIds
public long[] stickerSetIds
Identifiers of installed sticker sets in the new correct order.
-
CONSTRUCTOR
public static final int CONSTRUCTOR
Identifier uniquely determining type of the object.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
ReorderInstalledStickerSets
public ReorderInstalledStickerSets()
Default constructor for a function, which changes the order of installed sticker sets.Returns
Ok
-
ReorderInstalledStickerSets
public ReorderInstalledStickerSets(boolean isMasks, long[] stickerSetIds)Creates a function, which changes the order of installed sticker sets.Returns
Ok- Parameters:
isMasks- Pass true to change the order of mask sticker sets; pass false to change the order of ordinary sticker sets.stickerSetIds- Identifiers of installed sticker sets in the new correct order.
-
-
Method Detail
-
getConstructor
public int getConstructor()
- Specified by:
getConstructorin classTdApi.Object- Returns:
- this.CONSTRUCTOR
-
-