telegram api type · layer 229

auth.SentCodeType

Type of the verification code that was sent

constructors (11)

constructoriddescription
auth.sentCodeTypeApp#3dbb5986The code was sent through the telegram app
auth.sentCodeTypeSms#c000bba2The code was sent via SMS
auth.sentCodeTypeCall#5353e5a7The code will be sent via a phone call: a synthesized voice will tell the user which verification code to input.
auth.sentCodeTypeFlashCall#ab03c6d9The code will be sent via a flash phone call, that will be closed immediately. The phone code will then be the phone number itself, just make sure that the phone number matches the specified pattern.
auth.sentCodeTypeMissedCall#82006484The code will be sent via a flash phone call, that will be closed immediately. The last digits of the phone number that calls are the code that must be entered manually by the user.
auth.sentCodeTypeEmailCode#f450f59bThe code was sent via the previously configured login email »
auth.sentCodeTypeSetUpEmailRequired#a5491deaThe user should add and verify an email address in order to login as described here ».
auth.sentCodeTypeFragmentSms#d9565c39The code was delivered via fragment.com.
auth.sentCodeTypeFirebaseSms#009fd736An authentication code should be delivered via SMS after Firebase attestation, as described in the auth documentation ».
auth.sentCodeTypeSmsWord#a416ac81The code was sent via SMS as a secret word, starting with the letter specified in beginning
auth.sentCodeTypeSmsPhrase#b37794afThe code was sent via SMS as a secret phrase starting with the word specified in beginning

used by (1)