SecurePlainPhone
- class pyrogram.raw.types.SecurePlainPhone
Phone number to use in telegram passport: it must be verified, first ».
Constructor of
SecurePlainData.- Details:
Layer:
223ID:
7D6099DD
- Parameters:
phone (
str) – Phone number
TL Schema
securePlainPhone#7d6099dd
phone:string
= SecurePlainData
Parameter Tree
SecurePlainPhone
└── phone →
stringExample
SecurePlainPhone(
phone="+1234567890",
)