GetArchivedStickerSets constructor

const GetArchivedStickerSets({
  1. required StickerType stickerType,
  2. required int offsetStickerSetId,
  3. required int limit,
})

Returns a list of archived sticker sets

Implementation

const GetArchivedStickerSets({
  required this.stickerType,
  required this.offsetStickerSetId,
  required this.limit,
});