Layer 220
constructor
auth.sentCodeTypeApp#3dbb5986 length:int = auth.SentCodeType;

Parameters

Name Type Description
Length int Length of the code in bytes

Gogram Example

// Creating AuthSentCodeTypeApp constructor
obj := &tg.AuthSentCodeTypeApp{
    Length: 0,
}