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
8 changes: 4 additions & 4 deletions _schema/latest.json
Original file line number Diff line number Diff line change
Expand Up @@ -81891,7 +81891,7 @@
"description": "The invite hash is empty."
},
"INVITE_HASH_EXPIRED": {
"code": 400,
"code": 406,
"type": "INVITE_HASH_EXPIRED",
"description": "The invite link has expired."
},
Expand Down Expand Up @@ -82176,7 +82176,7 @@
"description": "The specified voice message is too long to be transcribed."
},
"MSG_WAIT_FAILED": {
"code": 400,
"code": 500,
"type": "MSG_WAIT_FAILED",
"description": "A waiting call returned an error."
},
Expand Down Expand Up @@ -83561,7 +83561,7 @@
"description": "You specified no topic IDs."
},
"TOPIC_CLOSED": {
"code": 406,
"code": 400,
"type": "TOPIC_CLOSED",
"description": "This topic was closed, you can't send messages to it anymore."
},
Expand Down Expand Up @@ -83776,7 +83776,7 @@
"description": "Bot-to-bot messaging is disabled because one of the two bots hasn't enabled the Bot to Bot setting in @BotFather."
},
"USER_CHANNELS_TOO_MUCH": {
"code": 403,
"code": 400,
"type": "USER_CHANNELS_TOO_MUCH",
"description": "One of the users you tried to add is already in too many channels/supergroups."
},
Expand Down
Loading