DeleteGiftCollection constructor

DeleteGiftCollection({
  1. MessageSender? ownerId,
  2. required int collectionId,
})

Implementation

DeleteGiftCollection({this.ownerId, required this.collectionId});