auth.SentCodeTypeFirebaseSms¶
- class pyrogram.raw.types.auth.SentCodeTypeFirebaseSms[source]¶
An authentication code should be delivered via SMS after Firebase attestation, as described in the auth documentation ».
Constructor of
SentCodeType.- Details:
Layer:
229ID:
9FD736
- Parameters:
length (
int32-bit) – Length of the code that will be delivered.nonce (
bytes, optional) – On Android, the nonce to be used as described in the auth documentation »play_integrity_project_id (
int64-bit, optional) – Google Play Integrity project IDplay_integrity_nonce (
bytes, optional) – Play Integrity API noncereceipt (
str, optional) – On iOS, must be compared with thereceiptextracted from the received push notification.push_timeout (
int32-bit, optional) – On iOS: if a push notification with theios_push_secretisn’t received withinpush_timeoutseconds, thenext_typeauthentication method must be used, with auth.resendCode.