mirror of
https://github.com/Mayuri-Chan/pyrofork.git
synced 2025-12-29 12:04:51 +00:00
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:
parent
a450a936d1
commit
b5955f18b3
1 changed files with 2 additions and 6 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
|
Loading…
Reference in a new issue