PaymentsGetConnectedStarRefBot constructor

const PaymentsGetConnectedStarRefBot({
  1. required InputPeerBase peer,
  2. required InputUserBase bot,
})

Payments Get Connected Star Ref Bot constructor.

Implementation

const PaymentsGetConnectedStarRefBot({required this.peer, required this.bot})
    : super._();