Skip to content

Commit

Permalink
Merge pull request #52 from alserom/automated/spec-update
Browse files Browse the repository at this point in the history
[Bot API 7.3] Updating according to the latest changes
  • Loading branch information
alserom committed May 7, 2024
2 parents 284fbd2 + ca27f31 commit d1332e8
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -1464,7 +1464,7 @@
"type": "boolean"
},
"join_by_request": {
"description": "Optional. True, if all users directly joining the supergroup need to be approved by supergroup administrators",
"description": "Optional. True, if all users directly joining the supergroup without using an invite link need to be approved by supergroup administrators",
"type": "boolean"
},
"join_to_send_messages": {
Expand Down Expand Up @@ -2075,7 +2075,7 @@
"type": "boolean"
},
"via_join_request": {
"description": "Optional. True, if the user joined the chat after sending a direct join request and being approved by an administrator",
"description": "Optional. True, if the user joined the chat after sending a direct join request without using an invite link and being approved by an administrator",
"type": "boolean"
}
},
Expand Down Expand Up @@ -5618,10 +5618,10 @@
},
"oneOf": [
{
"$ref": "#/components/schemas/InaccessibleMessage"
"$ref": "#/components/schemas/Message"
},
{
"$ref": "#/components/schemas/Message"
"$ref": "#/components/schemas/InaccessibleMessage"
}
],
"type": "object"
Expand Down Expand Up @@ -7826,7 +7826,7 @@
},
"business_message": {
"$ref": "#/components/schemas/Message",
"description": "Optional. New non-service message from a connected business account"
"description": "Optional. New message from a connected business account"
},
"callback_query": {
"$ref": "#/components/schemas/CallbackQuery",
Expand Down
2 changes: 1 addition & 1 deletion openapi.min.json

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions spec.json
Original file line number Diff line number Diff line change
Expand Up @@ -1623,7 +1623,7 @@
},
{
"name": "join_by_request",
"description": "Optional. True, if all users directly joining the supergroup need to be approved by supergroup administrators",
"description": "Optional. True, if all users directly joining the supergroup without using an invite link need to be approved by supergroup administrators",
"types": [
"boolean"
],
Expand Down Expand Up @@ -2457,7 +2457,7 @@
},
{
"name": "via_join_request",
"description": "Optional. True, if the user joined the chat after sending a direct join request and being approved by an administrator",
"description": "Optional. True, if the user joined the chat after sending a direct join request without using an invite link and being approved by an administrator",
"types": [
"boolean"
],
Expand Down Expand Up @@ -9994,7 +9994,7 @@
},
{
"name": "business_message",
"description": "Optional. New non-service message from a connected business account",
"description": "Optional. New message from a connected business account",
"types": [
"Message"
],
Expand Down
2 changes: 1 addition & 1 deletion spec.min.json

Large diffs are not rendered by default.

0 comments on commit d1332e8

Please sign in to comment.