auth.SentCodeTypeCall

class pyrogram.raw.types.auth.SentCodeTypeCall

The code will be sent via a phone call: a synthesized voice will tell the user which verification code to input.

Constructor of SentCodeType.

Details:
  • Layer: 223

  • ID: 5353E5A7

Parameters:

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

TL Schema

auth.sentCodeTypeCall#5353e5a7
length:int

= auth.SentCodeType

Parameter Tree

SentCodeTypeCall
└── lengthint

Example

SentCodeTypeCall(
    length=0,
)