PaymentsGetStarsStatus constructor

const PaymentsGetStarsStatus({
  1. required bool ton,
  2. required InputPeerBase peer,
})

Payments Get Stars Status constructor.

Implementation

const PaymentsGetStarsStatus({required this.ton, required this.peer})
    : super._();