Document BANNED_RIGHTS_INVALID

This commit is contained in:
Lonami Exo
2019-01-23 14:37:40 +01:00
parent 747caf1652
commit 33742c809a
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -13,6 +13,7 @@ AUTH_KEY_INVALID,401,The key is invalid
AUTH_KEY_PERM_EMPTY,401,"The method is unavailable for temporary authorization key, not bound to permanent"
AUTH_KEY_UNREGISTERED,401,The key is not registered in the system
AUTH_RESTART,500,Restart the authorization process
BANNED_RIGHTS_INVALID,400,You cannot use that set of permissions in this request, i.e. restricting view_messages as a default
BOTS_TOO_MUCH,400,There are too many bots in this chat/channel
BOT_CHANNELS_NA,400,Bots can't edit admin privileges
BOT_GROUPS_BLOCKED,400,This bot can't be added to groups
1 name codes description
13 AUTH_KEY_PERM_EMPTY 401 The method is unavailable for temporary authorization key, not bound to permanent
14 AUTH_KEY_UNREGISTERED 401 The key is not registered in the system
15 AUTH_RESTART 500 Restart the authorization process
16 BANNED_RIGHTS_INVALID 400 You cannot use that set of permissions in this request
17 BOTS_TOO_MUCH 400 There are too many bots in this chat/channel
18 BOT_CHANNELS_NA 400 Bots can't edit admin privileges
19 BOT_GROUPS_BLOCKED 400 This bot can't be added to groups