PaymentsDeleteStarGiftCollection constructor

const PaymentsDeleteStarGiftCollection({
  1. required InputPeerBase peer,
  2. required int collectionId,
})

Payments Delete Star Gift Collection constructor.

Implementation

const PaymentsDeleteStarGiftCollection({
  required this.peer,
  required this.collectionId,
}) : super._();