Layer 220
constructor
auth.sentCodeTypeCall#5353e5a7 length:int = auth.SentCodeType;

Parameters

Name Type Description
Length int Length of the verification code

Gogram Example

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