PaymentsDeleteStarGiftCollection constructor
const
PaymentsDeleteStarGiftCollection({
- required InputPeerBase peer,
- required int collectionId,
Payments Delete Star Gift Collection constructor.
Implementation
const PaymentsDeleteStarGiftCollection({
required this.peer,
required this.collectionId,
}) : super._();