pub async fn get_basic_group_full_info(
basic_group_id: i64,
client_id: i32,
) -> Result<BasicGroupFullInfo, Error>Expand description
Returns full information about a basic group by its identifier
ยงArguments
basic_group_id- Basic group identifierclient_id- The client id to send the request to