mirror of
https://github.com/TeamPGM/pyrogram.git
synced 2024-11-16 04:35:24 +00:00
Add new enums to SentCodeType class
This commit is contained in:
parent
d460e66bf1
commit
11cddcd8f5
@ -49,3 +49,9 @@ class SentCodeType(AutoName):
|
||||
|
||||
SETUP_EMAIL_REQUIRED = raw.types.auth.SentCodeTypeSetUpEmailRequired
|
||||
"The user should add and verify an email address in order to login."
|
||||
|
||||
SMS_PHRASE = raw.types.auth.SentCodeTypeSmsPhrase
|
||||
"The code was sent via SMS with a phrase."
|
||||
|
||||
SMS_WORD = raw.types.auth.SentCodeTypeSmsWord
|
||||
"The code was sent via SMS with a word."
|
||||
|
Loading…
Reference in New Issue
Block a user