UpdateInstalledStickerSets constructor

UpdateInstalledStickerSets({
  1. StickerType? stickerType,
  2. required List<int> stickerSetIds,
})

Implementation

UpdateInstalledStickerSets({this.stickerType, required this.stickerSetIds});