auth.SentCodeTypeApp
- class pyrogram.raw.types.auth.SentCodeTypeApp
The code was sent through the telegram app
Constructor of
SentCodeType.- Details:
Layer:
223ID:
3DBB5986
- Parameters:
length (
int32-bit) – Length of the code in bytes
TL Schema
auth.sentCodeTypeApp#3dbb5986
length:int
= auth.SentCodeType
Parameter Tree
SentCodeTypeApp
└── length →
intExample
SentCodeTypeApp(
length=0,
)