Skip to content
Merged
Show file tree
Hide file tree
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
25 changes: 20 additions & 5 deletions _schema/164.json
Original file line number Diff line number Diff line change
Expand Up @@ -34722,10 +34722,13 @@
},
"bots.allowSendMessage": {
"name": "bots.allowSendMessage",
"description": [
"Allow the specified bot to send us messages"
],
"parameters": {
"bot": {
"name": "bot",
"description": " "
"description": "The bot"
}
},
"errors": [
Expand Down Expand Up @@ -34772,10 +34775,13 @@
},
"bots.canSendMessage": {
"name": "bots.canSendMessage",
"description": [
"Check whether the specified bot can send us messages"
],
"parameters": {
"bot": {
"name": "bot",
"description": " "
"description": "The bot"
}
},
"errors": [
Expand Down Expand Up @@ -34872,18 +34878,27 @@
},
"bots.invokeWebViewCustomMethod": {
"name": "bots.invokeWebViewCustomMethod",
"description": [
"Send a custom request from a mini bot app¹"
],
"links": [
"https://core.telegram.org/api/bots/webapps"
],
"parameters": {
"bot": {
"name": "bot",
"description": " "
"description": "Identifier of the bot associated to the mini bot app¹",
"links": [
"https://core.telegram.org/api/bots/webapps"
]
},
"custom_method": {
"name": "custom_method",
"description": " "
"description": "Identifier of the custom method to invoke"
},
"params": {
"name": "params",
"description": " "
"description": "Method parameters"
}
},
"errors": [
Expand Down
25 changes: 20 additions & 5 deletions _schema/latest.json
Original file line number Diff line number Diff line change
Expand Up @@ -34722,10 +34722,13 @@
},
"bots.allowSendMessage": {
"name": "bots.allowSendMessage",
"description": [
"Allow the specified bot to send us messages"
],
"parameters": {
"bot": {
"name": "bot",
"description": " "
"description": "The bot"
}
},
"errors": [
Expand Down Expand Up @@ -34772,10 +34775,13 @@
},
"bots.canSendMessage": {
"name": "bots.canSendMessage",
"description": [
"Check whether the specified bot can send us messages"
],
"parameters": {
"bot": {
"name": "bot",
"description": " "
"description": "The bot"
}
},
"errors": [
Expand Down Expand Up @@ -34872,18 +34878,27 @@
},
"bots.invokeWebViewCustomMethod": {
"name": "bots.invokeWebViewCustomMethod",
"description": [
"Send a custom request from a mini bot app¹"
],
"links": [
"https://core.telegram.org/api/bots/webapps"
],
"parameters": {
"bot": {
"name": "bot",
"description": " "
"description": "Identifier of the bot associated to the mini bot app¹",
"links": [
"https://core.telegram.org/api/bots/webapps"
]
},
"custom_method": {
"name": "custom_method",
"description": " "
"description": "Identifier of the custom method to invoke"
},
"params": {
"name": "params",
"description": " "
"description": "Method parameters"
}
},
"errors": [
Expand Down