EmailVerifyPurposeLoginSetup
- class pyrogram.raw.types.EmailVerifyPurposeLoginSetup
Email verification purpose: setup login email
Constructor of
EmailVerifyPurpose.- Details:
Layer:
223ID:
4345BE73
- Parameters:
phone_number (
str) – Phone numberphone_code_hash (
str) – Phone code hash as specified by the documentation
TL Schema
emailVerifyPurposeLoginSetup#4345be73
phone_number:string
phone_code_hash:string
= EmailVerifyPurpose
Parameter Tree
EmailVerifyPurposeLoginSetup
├── phone_number →
string└── phone_code_hash →
stringExample
EmailVerifyPurposeLoginSetup(
phone_number="text",
phone_code_hash="text",
)