Skip to content

Commit 940c55b

Browse files
SpEcHiDenull-nick
authored andcommitted
Added some new unknown errors
1 parent 2acd59d commit 940c55b

2 files changed

Lines changed: 9 additions & 3 deletions

File tree

compiler/errors/source/400_BAD_REQUEST.tsv

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,6 @@ CHAT_INVITE_PERMANENT The chat invite link is primary
6464
CHAT_LINK_EXISTS The action failed because the supergroup is linked to a channel
6565
CHAT_NOT_MODIFIED The chat settings (title, permissions, photo, etc..) were not modified because you tried to edit them using the same content
6666
CHAT_RESTRICTED The chat is restricted and cannot be used
67-
CHAT_SEND_INLINE_FORBIDDEN You cannot use inline bots to send messages in this chat
6867
CHAT_TITLE_EMPTY The chat title is empty
6968
CHAT_TOO_BIG The chat is too big for this action
7069
CODE_EMPTY The provided code is empty

compiler/errors/source/403_FORBIDDEN.tsv

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,25 @@ CHANNEL_PUBLIC_GROUP_NA The channel/supergroup is not available
44
CHAT_ADMIN_INVITE_REQUIRED You don't have rights to invite other users
55
CHAT_ADMIN_REQUIRED The method requires chat admin privileges
66
CHAT_FORBIDDEN You cannot write in this chat
7+
CHAT_SEND_AUDIOS_FORBIDDEN You cannot send audio messages in this chat
8+
CHAT_SEND_DOCS_FORBIDDEN You cannot send document messages in this chat
79
CHAT_SEND_GIFS_FORBIDDEN You can't send animations in this chat
810
CHAT_SEND_INLINE_FORBIDDEN You cannot use inline bots to send messages in this chat
9-
CHAT_SEND_MEDIA_FORBIDDEN You can't send media messages in this chat
10-
CHAT_SEND_POLL_FORBIDDEN You can't send polls in this chat
11+
CHAT_SEND_MEDIA_FORBIDDEN You cannot send media messages in this chat
12+
CHAT_SEND_PHOTOS_FORBIDDEN You cannot send photos in this chat
13+
CHAT_SEND_PLAIN_FORBIDDEN You cannot send text messages in this chat
14+
CHAT_SEND_POLL_FORBIDDEN You cannot send polls in this chat
15+
CHAT_SEND_ROUNDVIDEOS_FORBIDDEN You cannot send video notes in this chat
1116
CHAT_SEND_STICKERS_FORBIDDEN You can't send stickers in this chat
17+
CHAT_SEND_VIDEOS_FORBIDDEN You cannot send videos in this chat
1218
CHAT_WRITE_FORBIDDEN You don't have rights to send messages in this chat
1319
EDIT_BOT_INVITE_FORBIDDEN Bots' chat invite links can't be edited
1420
INLINE_BOT_REQUIRED The action must be performed through an inline bot callback
1521
MESSAGE_AUTHOR_REQUIRED You are not the author of this message
1622
MESSAGE_DELETE_FORBIDDEN You don't have rights to delete messages in this chat, most likely because you are not the author of them
1723
POLL_VOTE_REQUIRED Cast a vote in the poll before calling this method
1824
PREMIUM_ACCOUNT_REQUIRED This action requires a premium account
25+
PRIVACY_PREMIUM_REQUIRED The user has restricted from sending messages OR This action requires a premium account
1926
RIGHT_FORBIDDEN You don't have enough rights for this action, or you tried to set one or more admin rights that can't be applied to this kind of chat (channel or supergroup)
2027
SENSITIVE_CHANGE_FORBIDDEN Your sensitive content settings can't be changed at this time
2128
TAKEOUT_REQUIRED The method must be invoked inside a takeout session

0 commit comments

Comments
 (0)