UpdateGroupCall.fromJson constructor
Parse from a json
Implementation
factory UpdateGroupCall.fromJson(Map<String, dynamic> json) => UpdateGroupCall(
  groupCall: GroupCall.fromJson(json['group_call']),
  extra: json['@extra'],
  clientId: json['@client_id'],
);