Skip to content

Commit 6931e77

Browse files
Merge pull request #825 from gotd/feat/update-schema
feat(schema): update documentation to the latest layer
2 parents 89b8195 + 94c7cac commit 6931e77

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

‎_schema/latest.json‎

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -82176,7 +82176,7 @@
8217682176
"description": "The specified voice message is too long to be transcribed."
8217782177
},
8217882178
"MSG_WAIT_FAILED": {
82179-
"code": 400,
82179+
"code": 500,
8218082180
"type": "MSG_WAIT_FAILED",
8218182181
"description": "A waiting call returned an error."
8218282182
},
@@ -82211,7 +82211,7 @@
8221182211
"description": "The specified offset is longer than 64 bytes."
8221282212
},
8221382213
"NOT_ELIGIBLE": {
82214-
"code": 400,
82214+
"code": 403,
8221582215
"type": "NOT_ELIGIBLE",
8221682216
"description": "The current user is not eligible to join the Peer-to-Peer Login Program."
8221782217
},
@@ -83561,7 +83561,7 @@
8356183561
"description": "You specified no topic IDs."
8356283562
},
8356383563
"TOPIC_CLOSED": {
83564-
"code": 400,
83564+
"code": 406,
8356583565
"type": "TOPIC_CLOSED",
8356683566
"description": "This topic was closed, you can't send messages to it anymore."
8356783567
},
@@ -83776,7 +83776,7 @@
8377683776
"description": "Bot-to-bot messaging is disabled because one of the two bots hasn't enabled the Bot to Bot setting in @BotFather."
8377783777
},
8377883778
"USER_CHANNELS_TOO_MUCH": {
83779-
"code": 403,
83779+
"code": 400,
8378083780
"type": "USER_CHANNELS_TOO_MUCH",
8378183781
"description": "One of the users you tried to add is already in too many channels/supergroups."
8378283782
},

0 commit comments

Comments
 (0)