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

    • stickerType

      public TdApi.StickerType stickerType
      Type of the sticker sets to reorder.
    • 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(TdApi.StickerType stickerType, long[] stickerSetIds)
      Changes the order of installed sticker sets. Returns Ok
      Parameters:
      stickerType - StickerType Type of the sticker sets to reorder.
      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