Skip to content

Commit

Permalink
fix(spec): updating Bot API 7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
alserom committed May 26, 2024
1 parent d1332e8 commit 22c903d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -5618,10 +5618,10 @@
},
"oneOf": [
{
"$ref": "#/components/schemas/Message"
"$ref": "#/components/schemas/InaccessibleMessage"
},
{
"$ref": "#/components/schemas/InaccessibleMessage"
"$ref": "#/components/schemas/Message"
}
],
"type": "object"
Expand Down
2 changes: 1 addition & 1 deletion openapi.min.json

Large diffs are not rendered by default.

0 comments on commit 22c903d

Please sign in to comment.