Module tdlight.api

Class TdApi.GetArchivedStickerSets

Enclosing class:
TdApi

public static final class TdApi.GetArchivedStickerSets extends TdApi.Function<TdApi.StickerSets>
Returns a list of archived sticker sets.

Returns StickerSets

  • Field Details

    • isMasks

      public boolean isMasks
      Pass true to return mask stickers sets; pass false to return ordinary sticker sets.
    • offsetStickerSetId

      public long offsetStickerSetId
      Identifier of the sticker set from which to return the result.
    • limit

      public int limit
      The maximum number of sticker sets to return; up to 100.
    • CONSTRUCTOR

      public static final int CONSTRUCTOR
      See Also:
  • Constructor Details

    • GetArchivedStickerSets

      public GetArchivedStickerSets()
      Returns a list of archived sticker sets.

      Returns StickerSets

    • GetArchivedStickerSets

      public GetArchivedStickerSets(boolean isMasks, long offsetStickerSetId, int limit)
      Returns a list of archived sticker sets.

      Returns StickerSets

      Parameters:
      isMasks - boolean Pass true to return mask stickers sets; pass false to return ordinary sticker sets.
      offsetStickerSetId - long Identifier of the sticker set from which to return the result.
      limit - int The maximum number of sticker sets to return; up to 100.
    • GetArchivedStickerSets

      public GetArchivedStickerSets(DataInput input) throws IOException
      Returns a list of archived sticker sets.

      Returns StickerSets

      Throws:
      IOException
  • Method Details