File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 68755
68755
"description": "You do not have the rights to do this."
68756
68756
},
68757
68757
"CHAT_ADMIN_REQUIRED": {
68758
- "code": 403 ,
68758
+ "code": 400 ,
68759
68759
"type": "CHAT_ADMIN_REQUIRED",
68760
68760
"description": "You must be an admin in this chat to do this."
68761
68761
},
70895
70895
"description": "You specified no topic IDs."
70896
70896
},
70897
70897
"TOPIC_CLOSED": {
70898
- "code": 406 ,
70898
+ "code": 400 ,
70899
70899
"type": "TOPIC_CLOSED",
70900
70900
"description": "This topic was closed, you can't send messages to it anymore."
70901
70901
},
70905
70905
"description": "The close flag cannot be provided together with any of the other flags."
70906
70906
},
70907
70907
"TOPIC_DELETED": {
70908
- "code": 406 ,
70908
+ "code": 400 ,
70909
70909
"type": "TOPIC_DELETED",
70910
70910
"description": "The specified topic was deleted."
70911
70911
},
You can’t perform that action at this time.
0 commit comments