get_basic_group

Function get_basic_group 

Source
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