account.PasskeyRegistrationOptions

class pyrogram.raw.types.account.PasskeyRegistrationOptions

{schema}

Constructor of PasskeyRegistrationOptions.

Details:
  • Layer: 223

  • ID: E16B5CE1

Parameters:

options (DataJSON)

Functions:

This object can be returned by 1 function.

account.InitPasskeyRegistration

{schema}

TL Schema

account.passkeyRegistrationOptions#e16b5ce1
options:DataJSON

= account.PasskeyRegistrationOptions

Parameter Tree

PasskeyRegistrationOptions
└── optionsDataJSON
└── DataJSON
└── datastring

Example

PasskeyRegistrationOptions(
    options=DataJSON(data="text"),
)