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:
223ID:
5353E5A7
- Parameters:
length (
int32-bit) – Length of the verification code
TL Schema
auth.sentCodeTypeCall#5353e5a7
length:int
= auth.SentCodeType
Parameter Tree
SentCodeTypeCall
└── length →
intExample
SentCodeTypeCall(
length=0,
)