pub async fn get_basic_group(
    basic_group_id: i64,
    client_id: i32
) -> Result<BasicGroup, Error>
Expand description

Returns information about a basic group by its identifier. This is an offline request if the current user is not a bot

Arguments

  • basic_group_id - Basic group identifier
  • client_id - The client id to send the request to