Document BOT_DOMAIN_INVALID

This commit is contained in:
Lonami Exo
2020-10-21 09:32:29 +02:00
parent 7ed5b4dfbe
commit f450682a22
2 changed files with 2 additions and 1 deletions

View File

@@ -23,6 +23,7 @@ BANNED_RIGHTS_INVALID,400,"You cannot use that set of permissions in this reques
BOTS_TOO_MUCH,400,There are too many bots in this chat/channel
BOT_CHANNELS_NA,400,Bots can't edit admin privileges
BOT_COMMAND_DESCRIPTION_INVALID,400,"The command description was empty, too long or had invalid characters used"
BOT_DOMAIN_INVALID,400,The domain used for the auth button does not match the one configured in @BotFather
BOT_GAMES_DISABLED,400,Bot games cannot be used in this type of chat
BOT_GROUPS_BLOCKED,400,This bot can't be added to groups
BOT_INLINE_DISABLED,400,This bot can't be used in inline mode
1 name codes description
23 BOTS_TOO_MUCH 400 There are too many bots in this chat/channel
24 BOT_CHANNELS_NA 400 Bots can't edit admin privileges
25 BOT_COMMAND_DESCRIPTION_INVALID 400 The command description was empty, too long or had invalid characters used
26 BOT_DOMAIN_INVALID 400 The domain used for the auth button does not match the one configured in @BotFather
27 BOT_GAMES_DISABLED 400 Bot games cannot be used in this type of chat
28 BOT_GROUPS_BLOCKED 400 This bot can't be added to groups
29 BOT_INLINE_DISABLED 400 This bot can't be used in inline mode