You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: compiler/errors/source/403_FORBIDDEN.tsv
+9-2Lines changed: 9 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -4,18 +4,25 @@ CHANNEL_PUBLIC_GROUP_NA The channel/supergroup is not available
4
4
CHAT_ADMIN_INVITE_REQUIRED You don't have rights to invite other users
5
5
CHAT_ADMIN_REQUIRED The method requires chat admin privileges
6
6
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
7
9
CHAT_SEND_GIFS_FORBIDDEN You can't send animations in this chat
8
10
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
11
16
CHAT_SEND_STICKERS_FORBIDDEN You can't send stickers in this chat
17
+
CHAT_SEND_VIDEOS_FORBIDDEN You cannot send videos in this chat
12
18
CHAT_WRITE_FORBIDDEN You don't have rights to send messages in this chat
13
19
EDIT_BOT_INVITE_FORBIDDEN Bots' chat invite links can't be edited
14
20
INLINE_BOT_REQUIRED The action must be performed through an inline bot callback
15
21
MESSAGE_AUTHOR_REQUIRED You are not the author of this message
16
22
MESSAGE_DELETE_FORBIDDEN You don't have rights to delete messages in this chat, most likely because you are not the author of them
17
23
POLL_VOTE_REQUIRED Cast a vote in the poll before calling this method
18
24
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
19
26
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)
20
27
SENSITIVE_CHANGE_FORBIDDEN Your sensitive content settings can't be changed at this time
21
28
TAKEOUT_REQUIRED The method must be invoked inside a takeout session
0 commit comments