GetArchivedStickerSets constructor
GetArchivedStickerSets({
- StickerType? stickerType,
- required int offsetStickerSetId,
- required int limit,
Implementation
GetArchivedStickerSets({
this.stickerType,
required this.offsetStickerSetId,
required this.limit,
});