Class TdApi.GetArchivedStickerSets

Enclosing class:
TdApi

public static class TdApi.GetArchivedStickerSets
extends TdApi.Function
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.
    • CONSTRUCTOR

      public static final int CONSTRUCTOR
      See Also:
      Constant Field Values
  • 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.
    • GetArchivedStickerSets

      public GetArchivedStickerSets​(DataInput input) throws IOException
      Throws:
      IOException
  • Method Details