mirror of
https://github.com/pyrogram/pyrogram
synced 2025-08-23 10:28:00 +00:00
parent
5d3abd3ab0
commit
1e6209da3b
@ -358,6 +358,7 @@ class Client(Methods):
|
|||||||
enums.SentCodeType.CALL: "phone call",
|
enums.SentCodeType.CALL: "phone call",
|
||||||
enums.SentCodeType.FLASH_CALL: "phone flash call",
|
enums.SentCodeType.FLASH_CALL: "phone flash call",
|
||||||
enums.SentCodeType.FRAGMENT_SMS: "Fragment SMS",
|
enums.SentCodeType.FRAGMENT_SMS: "Fragment SMS",
|
||||||
|
enums.SentCodeType.EMAIL_CODE: "email code"
|
||||||
}
|
}
|
||||||
|
|
||||||
print(f"The confirmation code has been sent via {sent_code_descriptions[sent_code.type]}")
|
print(f"The confirmation code has been sent via {sent_code_descriptions[sent_code.type]}")
|
||||||
|
@ -40,3 +40,6 @@ class SentCodeType(AutoName):
|
|||||||
|
|
||||||
FRAGMENT_SMS = raw.types.auth.SentCodeTypeFragmentSms
|
FRAGMENT_SMS = raw.types.auth.SentCodeTypeFragmentSms
|
||||||
"The code was sent via Fragment SMS."
|
"The code was sent via Fragment SMS."
|
||||||
|
|
||||||
|
EMAIL_CODE = raw.types.auth.SentCodeTypeEmailCode
|
||||||
|
"The code was sent via email."
|
||||||
|
Loading…
x
Reference in New Issue
Block a user