auth.SentCodeTypeSmsWord

class pyrogram.raw.types.auth.SentCodeTypeSmsWord

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

Constructor of SentCodeType.

Details:
  • Layer: 223

  • ID: A416AC81

Parameters:

beginning (str, optional) – If set, the secret word in the sent SMS (which may contain multiple words) starts with this letter.

TL Schema

auth.sentCodeTypeSmsWord#a416ac81
flags:#
beginning:flags.0?string

= auth.SentCodeType

Parameter Tree

SentCodeTypeSmsWord
└── beginningstring (optional)

Example

SentCodeTypeSmsWord(
)