mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2025-04-20 09:01:59 +03:00
Add ServerError: [500] CHAT_GET_FAILED
This commit is contained in:
parent
c3bddf9440
commit
470ee9a06a
|
@ -81,6 +81,7 @@ CHAT_ADMIN_REQUIRED,400 403,"Chat admin privileges are required to do that in th
|
|||
CHAT_DISCUSSION_UNALLOWED,400,
|
||||
CHAT_FORBIDDEN,403,You cannot write in this chat
|
||||
CHAT_FORWARDS_RESTRICTED,400 406,You can't forward messages from a protected chat
|
||||
CHAT_GET_FAILED,500,
|
||||
CHAT_GUEST_SEND_FORBIDDEN,403,"You join the discussion group before commenting, see [here](/api/discussion#requiring-users-to-join-the-group) for more info"
|
||||
CHAT_ID_EMPTY,400,The provided chat ID is empty
|
||||
CHAT_ID_GENERATE_FAILED,500,Failure while generating the chat ID
|
||||
|
|
|
Loading…
Reference in New Issue
Block a user