PhoneGetGroupCallJoinAs constructor

const PhoneGetGroupCallJoinAs({
  1. required InputPeerBase peer,
})

Phone Get Group Call Join As constructor.

Implementation

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