UpdateGroupCall constructor

const UpdateGroupCall({
  1. required GroupCall groupCall,
  2. dynamic extra,
  3. int? clientId,
})

Information about a group call was updated

Implementation

const UpdateGroupCall({
  required this.groupCall,
  this.extra,
  this.clientId,
});