Update to v1.19

This commit is contained in:
Lonami Exo
2021-01-05 19:58:41 +01:00
parent 3df4807fb9
commit b192c3e6a3
4 changed files with 59 additions and 1 deletions

View File

@@ -138,6 +138,7 @@ 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_OUTDATED_RELOAD,400,"Data can't be used for the channel statistics, graphs outdated"
GROUPCALL_FORBIDDEN,403,
GROUPCALL_SSRC_DUPLICATE_MUCH,400,
GROUPED_MEDIA_INVALID,400,Invalid grouped media
GROUP_CALL_INVALID,400,Group call invalid
1 name codes description
138 GAME_BOT_INVALID 400 You cannot send that game with the current bot
139 GIF_ID_INVALID 400 The provided GIF ID is invalid
140 GRAPH_OUTDATED_RELOAD 400 Data can't be used for the channel statistics, graphs outdated
141 GROUPCALL_FORBIDDEN 403
142 GROUPCALL_SSRC_DUPLICATE_MUCH 400
143 GROUPED_MEDIA_INVALID 400 Invalid grouped media
144 GROUP_CALL_INVALID 400 Group call invalid