pub async fn get_language_pack_info(
language_pack_id: String,
client_id: i32,
) -> Result<LanguagePackInfo, Error>Expand description
Returns information about a language pack. Returned language pack identifier may be different from a provided one. Can be called before authorization
ยงArguments
language_pack_id- Language pack identifierclient_id- The client id to send the request to