UpdateInstalledStickerSets constructor
UpdateInstalledStickerSets({
- StickerType? stickerType,
- required List<
int> stickerSetIds,
Implementation
UpdateInstalledStickerSets({this.stickerType, required this.stickerSetIds});