get_user_full_info

Function get_user_full_info 

Source
pub async fn get_user_full_info(
    user_id: i64,
    client_id: i32,
) -> Result<UserFullInfo, Error>
Expand description

Returns full information about a user by their identifier

ยงArguments

  • user_id - User identifier
  • client_id - The client id to send the request to