Interface GetPreferredCountryLanguage

Returns an IETF language tag of the language preferred in the country, which must be used to fill native fields in Telegram Passport personal details. Returns a 404 error if unknown. Request type for Tdjson#getPreferredCountryLanguage.

interface GetPreferredCountryLanguage {
    @type: "getPreferredCountryLanguage";
    country_code: string;
}

Properties

Properties

@type: "getPreferredCountryLanguage"
country_code: string

A two-letter ISO 3166-1 alpha-2 country code.