Update to layer 133 (#3155)

This commit is contained in:
Shrimadhav U K
2021-09-11 10:54:11 +02:00
committed by GitHub
parent 391fbab674
commit 28d3d4b122
3 changed files with 174 additions and 167 deletions
+1
View File
@@ -77,6 +77,7 @@ CHAT_SEND_INLINE_FORBIDDEN,400,You cannot send inline results in this chat
CHAT_SEND_MEDIA_FORBIDDEN,403,You can't send media in this chat
CHAT_SEND_STICKERS_FORBIDDEN,403,You can't send stickers in this chat
CHAT_TITLE_EMPTY,400,No chat title provided
CHAT_TOO_BIG,400,
CHAT_WRITE_FORBIDDEN,403,You can't write in this chat
CHP_CALL_FAIL,500,The statistics cannot be retrieved at this time
CODE_EMPTY,400,The provided code is empty
1 name codes description
77 CHAT_SEND_MEDIA_FORBIDDEN 403 You can't send media in this chat
78 CHAT_SEND_STICKERS_FORBIDDEN 403 You can't send stickers in this chat
79 CHAT_TITLE_EMPTY 400 No chat title provided
80 CHAT_TOO_BIG 400
81 CHAT_WRITE_FORBIDDEN 403 You can't write in this chat
82 CHP_CALL_FAIL 500 The statistics cannot be retrieved at this time
83 CODE_EMPTY 400 The provided code is empty