auth.SentCodeTypeSms
- class pyrogram.raw.types.auth.SentCodeTypeSms
The code was sent via SMS
Constructor of
SentCodeType.- Details:
Layer:
223ID:
C000BBA2
- Parameters:
length (
int32-bit) – Length of the code in bytes
TL Schema
auth.sentCodeTypeSms#c000bba2
length:int
= auth.SentCodeType
Parameter Tree
SentCodeTypeSms
└── length →
intExample
SentCodeTypeSms(
length=0,
)