Update to v1.22

This commit is contained in:
Lonami Exo
2021-06-19 19:08:02 +02:00
parent 7c1ad0cadb
commit 2052b502c8
4 changed files with 33 additions and 3 deletions
+1
View File
@@ -141,6 +141,7 @@ FRESH_RESET_AUTHORISATION_FORBIDDEN,406,The current session is too new and canno
FROM_PEER_INVALID,400,The given from_user peer cannot be used for the parameter
GAME_BOT_INVALID,400,You cannot send that game with the current bot
GIF_ID_INVALID,400,The provided GIF ID is invalid
GRAPH_INVALID_RELOAD,400,
GRAPH_OUTDATED_RELOAD,400,"Data can't be used for the channel statistics, graphs outdated"
GROUPCALL_FORBIDDEN,403,
GROUPCALL_JOIN_MISSING,400,
1 name codes description
141 FROM_PEER_INVALID 400 The given from_user peer cannot be used for the parameter
142 GAME_BOT_INVALID 400 You cannot send that game with the current bot
143 GIF_ID_INVALID 400 The provided GIF ID is invalid
144 GRAPH_INVALID_RELOAD 400
145 GRAPH_OUTDATED_RELOAD 400 Data can't be used for the channel statistics, graphs outdated
146 GROUPCALL_FORBIDDEN 403
147 GROUPCALL_JOIN_MISSING 400