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

    • stickerType

      public TdApi.StickerType stickerType
      Type of the sticker sets to return.
    • 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(TdApi.StickerType stickerType, long offsetStickerSetId, int limit)
      Returns a list of archived sticker sets. Returns StickerSets
      Parameters:
      stickerType - StickerType Type of the sticker sets to return.
      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