"description":"Use this method to send a group of photos, videos, documents or audios as an album. Documents and audio files can be only grouped in an album with messages of the same type. On success, an array of Message objects that were sent is returned.",
"html_description":"<p>Use this method to send a group of photos, videos, documents or audios as an album. Documents and audio files can be only grouped in an album with messages of the same type. On success, an array of <a href=\"#message\">Message</a> objects that were sent is returned.</p>",
"rst_description":"Use this method to send a group of photos, videos, documents or audios as an album. Documents and audio files can be only grouped in an album with messages of the same type. On success, an array of :class:`aiogram.types.message.Message` objects that were sent is returned.",
"description":"Unique identifier for the target message thread (topic) of a forum; for forum supergroups and private chats of bots with forum topic mode enabled only",
"html_description":"<td>Unique identifier for the target message thread (topic) of a forum; for forum supergroups and private chats of bots with forum topic mode enabled only</td>",
"rst_description":"Unique identifier for the target message thread (topic) of a forum; for forum supergroups and private chats of bots with forum topic mode enabled only\n",
"description":"Identifier of the direct messages topic to which the messages will be sent; required if the messages are sent to a direct messages chat",
"html_description":"<td>Identifier of the direct messages topic to which the messages will be sent; required if the messages are sent to a direct messages chat</td>",
"rst_description":"Identifier of the direct messages topic to which the messages will be sent; required if the messages are sent to a direct messages chat\n",
"type":"Array of InputMediaAudio, InputMediaDocument, InputMediaPhoto and InputMediaVideo",
"required":true,
"description":"A JSON-serialized array describing messages to be sent, must include 2-10 items",
"html_description":"<td>A JSON-serialized array describing messages to be sent, must include 2-10 items</td>",
"rst_description":"A JSON-serialized array describing messages to be sent, must include 2-10 items\n",
"name":"media"
},
{
"type":"Boolean",
"required":false,
"description":"Sends messages silently. Users will receive a notification with no sound.",
"html_description":"<td>Sends messages <a href=\"https://telegram.org/blog/channels-2-0#silent-messages\">silently</a>. Users will receive a notification with no sound.</td>",
"rst_description":"Sends messages `silently <https://telegram.org/blog/channels-2-0#silent-messages>`_. Users will receive a notification with no sound.\n",
"name":"disable_notification"
},
{
"type":"Boolean",
"required":false,
"description":"Protects the contents of the sent messages from forwarding and saving",
"html_description":"<td>Protects the contents of the sent messages from forwarding and saving</td>",
"rst_description":"Protects the contents of the sent messages from forwarding and saving\n",
"description":"Pass True to allow up to 1000 messages per second, ignoring broadcasting limits for a fee of 0.1 Telegram Stars per message. The relevant Stars will be withdrawn from the bot's balance",
"html_description":"<td>Pass <em>True</em> to allow up to 1000 messages per second, ignoring <a href=\"https://core.telegram.org/bots/faq#how-can-i-message-all-of-my-bot-39s-subscribers-at-once\">broadcasting limits</a> for a fee of 0.1 Telegram Stars per message. The relevant Stars will be withdrawn from the bot's balance</td>",
"rst_description":"Pass :code:`True` to allow up to 1000 messages per second, ignoring `broadcasting limits <https://core.telegram.org/bots/faq#how-can-i-message-all-of-my-bot-39s-subscribers-at-once>`_ for a fee of 0.1 Telegram Stars per message. The relevant Stars will be withdrawn from the bot's balance\n",