PhoneRequestCall constructor
const
PhoneRequestCall({
- required bool video,
- required InputUserBase userId,
- required int randomId,
- required Uint8List gAHash,
- required PhoneCallProtocolBase protocol,
Phone Request Call constructor.
Implementation
const PhoneRequestCall({
required this.video,
required this.userId,
required this.randomId,
required this.gAHash,
required this.protocol,
}) : super._();