mirror of
https://github.com/aiogram/aiogram.git
synced 2025-12-10 17:53:17 +00:00
Minor typos fixes in examples
This commit is contained in:
parent
e1f61fd4ae
commit
f9c44bb2d7
7 changed files with 52 additions and 51 deletions
|
|
@ -39,7 +39,8 @@ async def send_welcome(message: types.Message):
|
|||
# media.attach_photo('<file_id>', 'cat-cat-cat.')
|
||||
|
||||
# Done! Send media group
|
||||
await bot.send_media_group(message.chat.id, media=media, reply_to_message_id=message.message_id)
|
||||
await bot.send_media_group(message.chat.id, media=media,
|
||||
reply_to_message_id=message.message_id)
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue