From e4b6ef0e06ed7412af6638c44efe0492f2060538 Mon Sep 17 00:00:00 2001 From: Shrimadhav U K Date: Mon, 23 Aug 2021 09:45:39 +0530 Subject: [PATCH] add new error --- telethon_generator/data/methods.csv | 1 + 1 file changed, 1 insertion(+) diff --git a/telethon_generator/data/methods.csv b/telethon_generator/data/methods.csv index 381745a5..a7c49d44 100644 --- a/telethon_generator/data/methods.csv +++ b/telethon_generator/data/methods.csv @@ -286,6 +286,7 @@ messages.sendVote,user,MESSAGE_POLL_CLOSED OPTION_INVALID messages.setBotCallbackAnswer,both,QUERY_ID_INVALID URL_INVALID messages.setBotPrecheckoutResults,both,ERROR_TEXT_EMPTY messages.setBotShippingResults,both,QUERY_ID_INVALID +messages.setChatTheme,user,EMOJI_INVALID messages.setEncryptedTyping,user,CHAT_ID_INVALID messages.setGameScore,bot,PEER_ID_INVALID USER_BOT_REQUIRED messages.setHistoryTTL,user,CHAT_NOT_MODIFIED TTL_PERIOD_INVALID