PaymentsGetGiveawayInfo constructor

const PaymentsGetGiveawayInfo({
  1. required InputPeerBase peer,
  2. required int msgId,
})

Payments Get Giveaway Info constructor.

Implementation

const PaymentsGetGiveawayInfo({
  required this.peer,
  required this.msgId,
}) : super._();