Layer 220
constructor
auth.sentCodeTypeSms#c000bba2 length:int = auth.SentCodeType;

Parameters

Name Type Description
Length int Length of the code in bytes

Gogram Example

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