Layer 220
constructor
auth.sentCodeTypeFragmentSms#d9565c39 url:string length:int = auth.SentCodeType;

Parameters

Name Type Description
Url string Open the specified URL to log into fragment. com with the wallet that owns the specified phone number and view the code.
Length int Length of the delivered code.

Gogram Example

// Creating AuthSentCodeTypeFragmentSms constructor
obj := &tg.AuthSentCodeTypeFragmentSms{
    Url: "...",
    Length: 0,
}