mirror of
https://github.com/aiogram/aiogram.git
synced 2025-12-17 20:43:25 +00:00
Added full support of Bot API 7.6 (#1533)
* Added full support of Bot API 7.6 * Fixed imports * fix tests (#1534) * Fixed coverage * Override InputPaidMedia media type to `str | InputFile` * Added shortcut * Fixed PaidMediaType enum * Added changelog --------- Co-authored-by: Oleg A <t0rr@mail.ru>
This commit is contained in:
parent
3baa7383c1
commit
11efa8e186
97 changed files with 2058 additions and 274 deletions
|
|
@ -7,9 +7,9 @@
|
|||
"object": {
|
||||
"anchor": "inputpolloption",
|
||||
"name": "InputPollOption",
|
||||
"description": "This object contains information about one answer option in a poll to send.",
|
||||
"html_description": "<p>This object contains information about one answer option in a poll to send.</p>",
|
||||
"rst_description": "This object contains information about one answer option in a poll to send.",
|
||||
"description": "This object contains information about one answer option in a poll to be sent.",
|
||||
"html_description": "<p>This object contains information about one answer option in a poll to be sent.</p>",
|
||||
"rst_description": "This object contains information about one answer option in a poll to be sent.",
|
||||
"annotations": [
|
||||
{
|
||||
"type": "String",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue