auth.SentCodeTypeFragmentSms
- class pyrogram.raw.types.auth.SentCodeTypeFragmentSms
The code was delivered via fragment.com.
Constructor of
SentCodeType.- Details:
Layer:
223ID:
D9565C39
- Parameters:
url (
str) – Open the specified URL to log into fragment.com with the wallet that owns the specified phone number and view the code.length (
int32-bit) – Length of the delivered code.
TL Schema
auth.sentCodeTypeFragmentSms#d9565c39
url:string
length:int
= auth.SentCodeType
Parameter Tree
SentCodeTypeFragmentSms
├── url →
string└── length →
intExample
SentCodeTypeFragmentSms(
url="https://google.com",
length=0,
)