auth.SentCodeTypeFragmentSms

class pyrogram.raw.types.auth.SentCodeTypeFragmentSms

The code was delivered via fragment.com.

Constructor of SentCodeType.

Details:
  • Layer: 223

  • ID: 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 (int 32-bit) – Length of the delivered code.

TL Schema

auth.sentCodeTypeFragmentSms#d9565c39
url:string
length:int

= auth.SentCodeType

Parameter Tree

SentCodeTypeFragmentSms
├── urlstring
└── lengthint

Example

SentCodeTypeFragmentSms(
    url="https://google.com",
    length=0,
)