pub async fn get_group_call(
group_call_id: i32,
client_id: i32,
) -> Result<GroupCall, Error>Expand description
Returns information about a group call
ยงArguments
group_call_id- Group call identifierclient_id- The client id to send the request to