pub async fn get_player_online_status(
configuration: &Configuration,
username: &str,
) -> Result<InlineResponse200, Error<ApiError>>
Expand description
Tells if a user has been online in the last five minutes.
pub async fn get_player_online_status(
configuration: &Configuration,
username: &str,
) -> Result<InlineResponse200, Error<ApiError>>
Tells if a user has been online in the last five minutes.