Interface SendPhoneNumberFirebaseSms

Sends Firebase Authentication SMS to the specified phone number. Works only when received a code of the type authenticationCodeTypeFirebaseAndroid or authenticationCodeTypeFirebaseIos. Request type for Tdjson#sendPhoneNumberFirebaseSms.

interface SendPhoneNumberFirebaseSms {
    @type: "sendPhoneNumberFirebaseSms";
    token: string;
}

Properties

Properties

@type: "sendPhoneNumberFirebaseSms"
token: string

Play Integrity API or SafetyNet Attestation API token for the Android application, or secret from push notification for the iOS application.