Raw.auth.SentCodeTypeSmsWord

Raw.auth.SentCodeTypeSmsWord

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

auth.sentCodeTypeSmsWord#a416ac81 flags:# beginning:flags.0?string = auth.SentCodeType;
export namespace Raw {
  export namespace auth {
    export class SentCodeTypeSmsWord {
      constructor(params: { beginning?: string }) {}
    }
  }
}
🚫

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

Layer: 185
Constructor ID: 0xa416ac81

Property

  • beginning : string or undefined

    If set, the secret word in the sent sms (which may contain multiple words) starts with this letter.