mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
Added lost files
This commit is contained in:
parent
3ea73fbbbd
commit
4497b62910
4 changed files with 97 additions and 2 deletions
36
.butcher/types/ErrorEvent/entity.json
Normal file
36
.butcher/types/ErrorEvent/entity.json
Normal 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
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue