Pyrofork: Add CHAT_SEND_DOCS_FORBIDDEN to known errors and remove some duplicate

Signed-off-by: wulan17 <wulan17@nusantararom.org>
This commit is contained in:
wulan17 2023-09-07 22:12:33 +07:00
parent a450a936d1
commit b5955f18b3
No known key found for this signature in database
GPG key ID: 318CD6CD3A6AC0A5

View file

@ -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_INVITE_REQUIRED You don't have rights to invite other users
CHAT_ADMIN_REQUIRED The method requires chat admin privileges CHAT_ADMIN_REQUIRED The method requires chat admin privileges
CHAT_FORBIDDEN You cannot write in this chat 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 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 INLINE_BOT_REQUIRED The action must be performed through an inline bot callback
MESSAGE_AUTHOR_REQUIRED You are not the author of this message 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_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 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_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_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_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_MEDIA_FORBIDDEN You can't send media in this chat
CHAT_SEND_PHOTOS_FORBIDDEN You can't send photos 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 CHAT_SEND_PLAIN_FORBIDDEN You can't send non-media (text) messages in this chat

1 id message
4 CHAT_ADMIN_INVITE_REQUIRED You don't have rights to invite other users
5 CHAT_ADMIN_REQUIRED The method requires chat admin privileges
6 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
7 EDIT_BOT_INVITE_FORBIDDEN Bots' chat invite links can't be edited
8 INLINE_BOT_REQUIRED The action must be performed through an inline bot callback
9 MESSAGE_AUTHOR_REQUIRED You are not the author of this message
21 USER_PRIVACY_RESTRICTED The user's privacy settings is preventing you to perform this action
22 USER_RESTRICTED You are limited/restricted. You can't perform this action
23 CHAT_SEND_AUDIOS_FORBIDDEN You can't send audio messages in this chat
24 CHAT_SEND_DOCS_FORBIDDEN You can't send a documents to this chat
25 CHAT_SEND_GAME_FORBIDDEN You can't send a game to this chat
26 CHAT_SEND_GIFS_FORBIDDEN You can't send gifs in this chat
27 CHAT_SEND_INLINE_FORBIDDEN You can't use inline bot to send messages in this chat
28 CHAT_SEND_MEDIA_FORBIDDEN You can't send media in this chat
29 CHAT_SEND_PHOTOS_FORBIDDEN You can't send photos in this chat
30 CHAT_SEND_PLAIN_FORBIDDEN You can't send non-media (text) messages in this chat