Added lost files

This commit is contained in:
Alex Root Junior 2022-12-10 21:10:16 +02:00
parent 3ea73fbbbd
commit 4497b62910
No known key found for this signature in database
GPG key ID: 074C1D455EBEA4AC
4 changed files with 97 additions and 2 deletions

View file

@ -0,0 +1,36 @@
{
"meta": {
"deprecated": true,
"internal": true
},
"group": {
"title": "Internals",
"anchor": "internals"
},
"object": {
"anchor": "error-event",
"category": "types",
"name": "ErrorEvent",
"description": "Internal event, should be used to receive errors while processing Updates from Telegram",
"html_description": "Internal event, should be used to receive errors while processing Updates from Telegram",
"rst_description": "Internal event, should be used to receive errors while processing Updates from Telegram",
"annotations": [
{
"type": "Update",
"description": "Received update",
"html_description": "Received update",
"rst_description": "Received update",
"name": "update",
"required": true
},
{
"type": "Exception",
"description": "Exception",
"html_description": "Exception",
"rst_description": "Exception",
"name": "exception",
"required": true
}
]
}
}