PhoneSendGroupCallMessage constructor

const PhoneSendGroupCallMessage({
  1. required InputGroupCallBase call,
  2. required int randomId,
  3. required TextWithEntitiesBase message,
  4. int? allowPaidStars,
  5. InputPeerBase? sendAs,
})

Phone Send Group Call Message constructor.

Implementation

const PhoneSendGroupCallMessage({
  required this.call,
  required this.randomId,
  required this.message,
  this.allowPaidStars,
  this.sendAs,
}) : super._();