telegram api type · layer 229
auth.SentCodeType
Type of the verification code that was sent
constructors (11)
| constructor | id | description |
|---|---|---|
| auth.sentCodeTypeApp | #3dbb5986 | The code was sent through the telegram app |
| auth.sentCodeTypeSms | #c000bba2 | The code was sent via SMS |
| auth.sentCodeTypeCall | #5353e5a7 | The code will be sent via a phone call: a synthesized voice will tell the user which verification code to input. |
| auth.sentCodeTypeFlashCall | #ab03c6d9 | The 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 | #82006484 | The 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 | #f450f59b | The code was sent via the previously configured login email » |
| auth.sentCodeTypeSetUpEmailRequired | #a5491dea | The user should add and verify an email address in order to login as described here ». |
| auth.sentCodeTypeFragmentSms | #d9565c39 | The code was delivered via fragment.com. |
| auth.sentCodeTypeFirebaseSms | #009fd736 | An authentication code should be delivered via SMS after Firebase attestation, as described in the auth documentation ». |
| auth.sentCodeTypeSmsWord | #a416ac81 | The code was sent via SMS as a secret word, starting with the letter specified in beginning |
| auth.sentCodeTypeSmsPhrase | #b37794af | The code was sent via SMS as a secret phrase starting with the word specified in beginning |