auth.SentCodeTypeSmsPhrase

class pyrogram.raw.types.auth.SentCodeTypeSmsPhrase

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

Constructor of SentCodeType.

Details:
  • Layer: 223

  • ID: B37794AF

Parameters:

beginning (str, optional) – If set, the secret phrase (and the SMS) starts with this word.

TL Schema

auth.sentCodeTypeSmsPhrase#b37794af
flags:#
beginning:flags.0?string

= auth.SentCodeType

Parameter Tree

SentCodeTypeSmsPhrase
└── beginningstring (optional)

Example

SentCodeTypeSmsPhrase(
)