Raw.auth.SentCodeTypeFragmentSms

Raw.auth.SentCodeTypeFragmentSms

The code was delivered via fragment.com.

auth.sentCodeTypeFragmentSms#d9565c39 url:string length:int = auth.SentCodeType;
export namespace Raw {
  export namespace auth {
    export class SentCodeTypeFragmentSms {
      constructor(params: { url: string; length: number }) {}
    }
  }
}
🚫

This is a types constructor, you can’t use it as method when call invoke.

Layer: 185
Constructor ID: 0xd9565c39

Property

  • 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 : number

    Length of the delivered code.