Module tdlight.api

Class TdApi.ReorderInstalledStickerSets

java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.Function<TdApi.Ok>
it.tdlight.jni.TdApi.ReorderInstalledStickerSets
Enclosing class:
TdApi

public static final class TdApi.ReorderInstalledStickerSets extends TdApi.Function<TdApi.Ok>
Changes the order of installed sticker sets.

Returns Ok

  • Field Details

    • 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
      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

      public ReorderInstalledStickerSets(DataInput input) throws IOException
      Changes the order of installed sticker sets.

      Returns Ok

      Throws:
      IOException
  • Method Details