auth.SentCodeTypeMissedCall

class pyrogram.raw.types.auth.SentCodeTypeMissedCall

The code will be sent via a flash phone call, that will be closed immediately. The last digits of the phone number that calls are the code that must be entered manually by the user.

Constructor of SentCodeType.

Details:
  • Layer: 223

  • ID: 82006484

Parameters:
  • prefix (str) – Prefix of the phone number from which the call will be made

  • length (int 32-bit) – Length of the verification code

TL Schema

auth.sentCodeTypeMissedCall#82006484
prefix:string
length:int

= auth.SentCodeType

Parameter Tree

SentCodeTypeMissedCall
├── prefixstring
└── lengthint

Example

SentCodeTypeMissedCall(
    prefix="text",
    length=0,
)