auth.SentCodeTypeApp

class pyrogram.raw.types.auth.SentCodeTypeApp

The code was sent through the telegram app

Constructor of SentCodeType.

Details:
  • Layer: 223

  • ID: 3DBB5986

Parameters:

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

TL Schema

auth.sentCodeTypeApp#3dbb5986
length:int

= auth.SentCodeType

Parameter Tree

SentCodeTypeApp
└── lengthint

Example

SentCodeTypeApp(
    length=0,
)