SetPinnedGifts constructor
SetPinnedGifts({
- MessageSender? ownerId,
- required List<
String> receivedGiftIds,
Implementation
SetPinnedGifts({this.ownerId, required this.receivedGiftIds});