From 470ee9a06ac8edaf055218a7f4693a66d7f23fda Mon Sep 17 00:00:00 2001 From: Devesh Pal Date: Tue, 6 Jun 2023 22:23:00 +0530 Subject: [PATCH] Add ServerError: [500] CHAT_GET_FAILED --- telethon_generator/data/errors.csv | 1 + 1 file changed, 1 insertion(+) diff --git a/telethon_generator/data/errors.csv b/telethon_generator/data/errors.csv index 374362bc..5c65300c 100644 --- a/telethon_generator/data/errors.csv +++ b/telethon_generator/data/errors.csv @@ -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