Interface ReportPhoneNumberCodeMissing

Reports that authentication code wasn't delivered via SMS to the specified phone number; for official mobile applications only. Request type for Tdjson#reportPhoneNumberCodeMissing.

interface ReportPhoneNumberCodeMissing {
    @type: "reportPhoneNumberCodeMissing";
    mobile_network_code: string;
}

Properties

@type: "reportPhoneNumberCodeMissing"
mobile_network_code: string

Current mobile network code.