Layer 227
constructor
inputPasskeyCredentialFirebasePNV#5b1ccb28 pnv_token:string = InputPasskeyCredential;

Parameters

Name Type Description
PnvToken string Firebase Phone Number Verification token attesting that the user controls the phone number associated with the account.

Gogram Example

// Creating InputPasskeyCredentialFirebasePnv constructor
obj := &tg.InputPasskeyCredentialFirebasePnv{
    PnvToken: "Hello, World!",
}