Interface GetPhoneNumberInfo

Returns information about a phone number by its prefix. Can be called before authorization. Request type for Tdjson#getPhoneNumberInfo.

interface GetPhoneNumberInfo {
    @type: "getPhoneNumberInfo";
    phone_number_prefix: string;
}

Properties

@type: "getPhoneNumberInfo"
phone_number_prefix: string

The phone number prefix.