Layer 224
constructor
auth.sentCodeTypeMissedCall#82006484 prefix:string length:int = auth.SentCodeType;

Parameters

Name Type Description
Prefix string Prefix of the phone number from which the call will be made
Length int Length of the verification code

Gogram Example

// Creating AuthSentCodeTypeMissedCall constructor
obj := &tg.AuthSentCodeTypeMissedCall{
    Prefix: "Hello, World!",
    Length: 42,
}