UpdateGroupCall constructor

UpdateGroupCall({
  1. String? extra,
  2. int? client_id,
  3. GroupCall? group_call,
})

Implementation

UpdateGroupCall({
  super.extra,
  super.client_id,
  this.group_call,
});