Fix click timeout error is now different

This commit is contained in:
Lonami Exo
2020-07-04 13:29:43 +02:00
parent ab594ed0cb
commit 7b852206f1
4 changed files with 6 additions and 5 deletions
+1
View File
@@ -29,6 +29,7 @@ BOT_METHOD_INVALID,400,The API access for bot users is restricted. The method yo
BOT_MISSING,400,This method can only be run by a bot
BOT_PAYMENTS_DISABLED,400,This method can only be run by a bot
BOT_POLLS_DISABLED,400,You cannot create polls under a bot account
BOT_RESPONSE_TIMEOUT,400,The bot did not answer to the callback query in time
BROADCAST_ID_INVALID,400,The channel is invalid
BROADCAST_PUBLIC_VOTERS_FORBIDDEN,400,You cannot broadcast polls where the voters are public
BUTTON_DATA_INVALID,400,The provided button data is invalid
1 name codes description
29 BOT_MISSING 400 This method can only be run by a bot
30 BOT_PAYMENTS_DISABLED 400 This method can only be run by a bot
31 BOT_POLLS_DISABLED 400 You cannot create polls under a bot account
32 BOT_RESPONSE_TIMEOUT 400 The bot did not answer to the callback query in time
33 BROADCAST_ID_INVALID 400 The channel is invalid
34 BROADCAST_PUBLIC_VOTERS_FORBIDDEN 400 You cannot broadcast polls where the voters are public
35 BUTTON_DATA_INVALID 400 The provided button data is invalid