Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions _schema/latest.json
Original file line number Diff line number Diff line change
Expand Up @@ -74716,7 +74716,7 @@
"description": "You specified no topic IDs."
},
"TOPIC_CLOSED": {
"code": 400,
"code": 406,
"type": "TOPIC_CLOSED",
"description": "This topic was closed, you can't send messages to it anymore."
},
Expand Down Expand Up @@ -74976,7 +74976,7 @@
"description": "This user was kicked from this supergroup/channel."
},
"USER_NOT_MUTUAL_CONTACT": {
"code": 403,
"code": 400,
"type": "USER_NOT_MUTUAL_CONTACT",
"description": "The provided user is not a mutual contact."
},
Expand Down
Loading