mirror of
https://github.com/aiogram/aiogram.git
synced 2025-12-19 04:55:40 +00:00
Added full support of Bot API 7.9 (#1560)
* Added full support of Bot API 7.9 * Added changelog * Try to fix towncrier * Fixed towncrier check
This commit is contained in:
parent
1c323ecc97
commit
c3a08664d3
48 changed files with 817 additions and 114 deletions
|
|
@ -26,6 +26,14 @@
|
|||
"rst_description": "Information about the user\n",
|
||||
"name": "user",
|
||||
"required": true
|
||||
},
|
||||
{
|
||||
"type": "Integer",
|
||||
"description": "Date when the user's subscription will expire; Unix time",
|
||||
"html_description": "<td><em>Optional</em>. Date when the user's subscription will expire; Unix time</td>",
|
||||
"rst_description": "*Optional*. Date when the user's subscription will expire; Unix time\n",
|
||||
"name": "until_date",
|
||||
"required": false
|
||||
}
|
||||
],
|
||||
"category": "types"
|
||||
|
|
|
|||
5
.butcher/types/ChatMemberMember/replace.yml
Normal file
5
.butcher/types/ChatMemberMember/replace.yml
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
annotations:
|
||||
until_date:
|
||||
parsed_type:
|
||||
type: std
|
||||
name: DateTime
|
||||
Loading…
Add table
Add a link
Reference in a new issue