Interface ReportAuthenticationCodeMissing

Reports that authentication code wasn't delivered via SMS; for official mobile applications only. Works only when the current authorization state is authorizationStateWaitCode. Request type for Tdjson#reportAuthenticationCodeMissing.

interface ReportAuthenticationCodeMissing {
    @type: "reportAuthenticationCodeMissing";
    mobile_network_code: string;
}

Properties

@type: "reportAuthenticationCodeMissing"
mobile_network_code: string

Current mobile network code.