GetArchivedStickerSets constructor
const
GetArchivedStickerSets({
- required StickerType stickerType,
- required int offsetStickerSetId,
- required int limit,
Returns a list of archived sticker sets
Implementation
const GetArchivedStickerSets({
required this.stickerType,
required this.offsetStickerSetId,
required this.limit,
});