mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2024-11-10 19:46:36 +03:00
Add INVITE_REQUEST_SENT to known errors
This commit is contained in:
parent
f351d5dcfd
commit
dda696cce4
|
@ -182,6 +182,7 @@ INVITE_FORBIDDEN_WITH_JOINAS,400,
|
|||
INVITE_HASH_EMPTY,400,The invite hash is empty
|
||||
INVITE_HASH_EXPIRED,400,The chat the user tried to join has expired and is not valid anymore
|
||||
INVITE_HASH_INVALID,400,The invite hash is invalid
|
||||
INVITE_REQUEST_SENT,400,You have successfully requested to join this chat or channel
|
||||
LANG_CODE_INVALID,400,
|
||||
LANG_PACK_INVALID,400,The provided language pack is invalid
|
||||
LASTNAME_INVALID,400,The last name is invalid
|
||||
|
|
|
Loading…
Reference in New Issue
Block a user