From b5955f18b31340eb0d865faaf4877deee32e4dc9 Mon Sep 17 00:00:00 2001 From: wulan17 Date: Thu, 7 Sep 2023 22:12:33 +0700 Subject: [PATCH] Pyrofork: Add CHAT_SEND_DOCS_FORBIDDEN to known errors and remove some duplicate Signed-off-by: wulan17 --- compiler/errors/source/403_FORBIDDEN.tsv | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/compiler/errors/source/403_FORBIDDEN.tsv b/compiler/errors/source/403_FORBIDDEN.tsv index 984cef44..bd717a10 100644 --- a/compiler/errors/source/403_FORBIDDEN.tsv +++ b/compiler/errors/source/403_FORBIDDEN.tsv @@ -4,12 +4,6 @@ CHANNEL_PUBLIC_GROUP_NA The channel/supergroup is not available CHAT_ADMIN_INVITE_REQUIRED You don't have rights to invite other users CHAT_ADMIN_REQUIRED The method requires chat admin privileges CHAT_FORBIDDEN You cannot write in this chat -CHAT_SEND_GIFS_FORBIDDEN You can't send animations in this chat -CHAT_SEND_INLINE_FORBIDDEN You cannot use inline bots to send messages in this chat -CHAT_SEND_MEDIA_FORBIDDEN You can't send media messages in this chat -CHAT_SEND_POLL_FORBIDDEN You can't send polls in this chat -CHAT_SEND_STICKERS_FORBIDDEN You can't send stickers in this chat -CHAT_WRITE_FORBIDDEN You don't have rights to send messages in this chat EDIT_BOT_INVITE_FORBIDDEN Bots' chat invite links can't be edited INLINE_BOT_REQUIRED The action must be performed through an inline bot callback MESSAGE_AUTHOR_REQUIRED You are not the author of this message @@ -27,8 +21,10 @@ USER_NOT_MUTUAL_CONTACT The provided user is not a mutual contact USER_PRIVACY_RESTRICTED The user's privacy settings is preventing you to perform this action USER_RESTRICTED You are limited/restricted. You can't perform this action CHAT_SEND_AUDIOS_FORBIDDEN You can't send audio messages in this chat +CHAT_SEND_DOCS_FORBIDDEN You can't send a documents to this chat CHAT_SEND_GAME_FORBIDDEN You can't send a game to this chat CHAT_SEND_GIFS_FORBIDDEN You can't send gifs in this chat +CHAT_SEND_INLINE_FORBIDDEN You can't use inline bot to send messages in this chat CHAT_SEND_MEDIA_FORBIDDEN You can't send media in this chat CHAT_SEND_PHOTOS_FORBIDDEN You can't send photos in this chat CHAT_SEND_PLAIN_FORBIDDEN You can't send non-media (text) messages in this chat