DeleteGiftCollection constructor
DeleteGiftCollection({
- MessageSender? ownerId,
- required int collectionId,
Implementation
DeleteGiftCollection({this.ownerId, required this.collectionId});