GetArchivedStickerSets constructor

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

Implementation

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