mirror of
https://github.com/aiogram/aiogram.git
synced 2025-12-15 03:08:51 +00:00
Added full support of Bot API 6.5 (#1112)
* Added full support of Bot API 6.5 * Shut up, linters (Fixed errors) * Oops. Added lost files. * Fixed tests * Added changes description * Update description from docs * Fixed anchors * Update Butcher * Added danger zone to changelog * Type
This commit is contained in:
parent
3428924d63
commit
e59d4652bf
47 changed files with 1218 additions and 184 deletions
|
|
@ -15,41 +15,81 @@
|
|||
"annotations": [
|
||||
{
|
||||
"type": "Boolean",
|
||||
"description": "True, if the user is allowed to send text messages, contacts, locations and venues",
|
||||
"html_description": "<td><em>Optional</em>. <em>True</em>, if the user is allowed to send text messages, contacts, locations and venues</td>",
|
||||
"rst_description": "*Optional*. :code:`True`, if the user is allowed to send text messages, contacts, locations and venues\n",
|
||||
"description": "True, if the user is allowed to send text messages, contacts, invoices, locations and venues",
|
||||
"html_description": "<td><em>Optional</em>. <em>True</em>, if the user is allowed to send text messages, contacts, invoices, locations and venues</td>",
|
||||
"rst_description": "*Optional*. :code:`True`, if the user is allowed to send text messages, contacts, invoices, locations and venues\n",
|
||||
"name": "can_send_messages",
|
||||
"required": false
|
||||
},
|
||||
{
|
||||
"type": "Boolean",
|
||||
"description": "True, if the user is allowed to send audios, documents, photos, videos, video notes and voice notes, implies can_send_messages",
|
||||
"html_description": "<td><em>Optional</em>. <em>True</em>, if the user is allowed to send audios, documents, photos, videos, video notes and voice notes, implies can_send_messages</td>",
|
||||
"rst_description": "*Optional*. :code:`True`, if the user is allowed to send audios, documents, photos, videos, video notes and voice notes, implies can_send_messages\n",
|
||||
"name": "can_send_media_messages",
|
||||
"description": "True, if the user is allowed to send audios",
|
||||
"html_description": "<td><em>Optional</em>. <em>True</em>, if the user is allowed to send audios</td>",
|
||||
"rst_description": "*Optional*. :code:`True`, if the user is allowed to send audios\n",
|
||||
"name": "can_send_audios",
|
||||
"required": false
|
||||
},
|
||||
{
|
||||
"type": "Boolean",
|
||||
"description": "True, if the user is allowed to send polls, implies can_send_messages",
|
||||
"html_description": "<td><em>Optional</em>. <em>True</em>, if the user is allowed to send polls, implies can_send_messages</td>",
|
||||
"rst_description": "*Optional*. :code:`True`, if the user is allowed to send polls, implies can_send_messages\n",
|
||||
"description": "True, if the user is allowed to send documents",
|
||||
"html_description": "<td><em>Optional</em>. <em>True</em>, if the user is allowed to send documents</td>",
|
||||
"rst_description": "*Optional*. :code:`True`, if the user is allowed to send documents\n",
|
||||
"name": "can_send_documents",
|
||||
"required": false
|
||||
},
|
||||
{
|
||||
"type": "Boolean",
|
||||
"description": "True, if the user is allowed to send photos",
|
||||
"html_description": "<td><em>Optional</em>. <em>True</em>, if the user is allowed to send photos</td>",
|
||||
"rst_description": "*Optional*. :code:`True`, if the user is allowed to send photos\n",
|
||||
"name": "can_send_photos",
|
||||
"required": false
|
||||
},
|
||||
{
|
||||
"type": "Boolean",
|
||||
"description": "True, if the user is allowed to send videos",
|
||||
"html_description": "<td><em>Optional</em>. <em>True</em>, if the user is allowed to send videos</td>",
|
||||
"rst_description": "*Optional*. :code:`True`, if the user is allowed to send videos\n",
|
||||
"name": "can_send_videos",
|
||||
"required": false
|
||||
},
|
||||
{
|
||||
"type": "Boolean",
|
||||
"description": "True, if the user is allowed to send video notes",
|
||||
"html_description": "<td><em>Optional</em>. <em>True</em>, if the user is allowed to send video notes</td>",
|
||||
"rst_description": "*Optional*. :code:`True`, if the user is allowed to send video notes\n",
|
||||
"name": "can_send_video_notes",
|
||||
"required": false
|
||||
},
|
||||
{
|
||||
"type": "Boolean",
|
||||
"description": "True, if the user is allowed to send voice notes",
|
||||
"html_description": "<td><em>Optional</em>. <em>True</em>, if the user is allowed to send voice notes</td>",
|
||||
"rst_description": "*Optional*. :code:`True`, if the user is allowed to send voice notes\n",
|
||||
"name": "can_send_voice_notes",
|
||||
"required": false
|
||||
},
|
||||
{
|
||||
"type": "Boolean",
|
||||
"description": "True, if the user is allowed to send polls",
|
||||
"html_description": "<td><em>Optional</em>. <em>True</em>, if the user is allowed to send polls</td>",
|
||||
"rst_description": "*Optional*. :code:`True`, if the user is allowed to send polls\n",
|
||||
"name": "can_send_polls",
|
||||
"required": false
|
||||
},
|
||||
{
|
||||
"type": "Boolean",
|
||||
"description": "True, if the user is allowed to send animations, games, stickers and use inline bots, implies can_send_media_messages",
|
||||
"html_description": "<td><em>Optional</em>. <em>True</em>, if the user is allowed to send animations, games, stickers and use inline bots, implies can_send_media_messages</td>",
|
||||
"rst_description": "*Optional*. :code:`True`, if the user is allowed to send animations, games, stickers and use inline bots, implies can_send_media_messages\n",
|
||||
"description": "True, if the user is allowed to send animations, games, stickers and use inline bots",
|
||||
"html_description": "<td><em>Optional</em>. <em>True</em>, if the user is allowed to send animations, games, stickers and use inline bots</td>",
|
||||
"rst_description": "*Optional*. :code:`True`, if the user is allowed to send animations, games, stickers and use inline bots\n",
|
||||
"name": "can_send_other_messages",
|
||||
"required": false
|
||||
},
|
||||
{
|
||||
"type": "Boolean",
|
||||
"description": "True, if the user is allowed to add web page previews to their messages, implies can_send_media_messages",
|
||||
"html_description": "<td><em>Optional</em>. <em>True</em>, if the user is allowed to add web page previews to their messages, implies can_send_media_messages</td>",
|
||||
"rst_description": "*Optional*. :code:`True`, if the user is allowed to add web page previews to their messages, implies can_send_media_messages\n",
|
||||
"description": "True, if the user is allowed to add web page previews to their messages",
|
||||
"html_description": "<td><em>Optional</em>. <em>True</em>, if the user is allowed to add web page previews to their messages</td>",
|
||||
"rst_description": "*Optional*. :code:`True`, if the user is allowed to add web page previews to their messages\n",
|
||||
"name": "can_add_web_page_previews",
|
||||
"required": false
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue