Raw.auth.SentCodeTypeSmsPhrase

Raw.auth.SentCodeTypeSmsPhrase

The code was sent via sms as a secret phrase starting with the word specified in beginning

auth.sentCodeTypeSmsPhrase#b37794af flags:# beginning:flags.0?string = auth.SentCodeType;
export namespace Raw {
  export namespace auth {
    export class SentCodeTypeSmsPhrase {
      constructor(params: { beginning?: string }) {}
    }
  }
}
🚫

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

Layer: 185
Constructor ID: 0xb37794af

Property

  • beginning : string or undefined

    If set, the secret phrase (and the sms) starts with this word.