aiogram-3-guide icon indicating copy to clipboard operation
aiogram-3-guide copied to clipboard

Исправление в разделе Особые апдейты

Open Vadim-Khristenko opened this issue 2 years ago • 0 comments

Согласно Репорту по ссылке https://github.com/MasterGroosha/aiogram-3-guide/issues/76

В разделе "Особые апдейты" https://mastergroosha.github.io/aiogram-3-guide/special-updates/ или же https://mastergroosha.github.io/aiogram-3-guide/special-updates/#my-chat-member:~:text=chat_info%20%3D%20await%20bot.get_chat(event.chat.id), в блоке "Добавление в группу" в функции "bot_added_as_member" отсутствует аргумент bot, который потом вызывается в ней же.


Я же внёс эту маленькую, но правку :) Сделав не await bot.get_chat(event.chat.id) а, await event.bot.get_chat(event.chat.id)

Vadim-Khristenko avatar Jan 21 '24 15:01 Vadim-Khristenko