aiogram-lessons icon indicating copy to clipboard operation
aiogram-lessons copied to clipboard

Небольшая серия уроков по работе с библиотекой aiogram

Results 11 aiogram-lessons issues
Sort by recently updated
recently updated
newest added

"loop = asyncio.get_event_loop()" - outdated

Я не пойму почему при добавлении 11-го стейта ломается работа бота. Он не выдает ошибок, он перестает правильно менять стейты) class TestStates(Helper): mode = HelperMode.snake_case TEST_STATE_0 = ListItem() TEST_STATE_1 =...

Нельзя использовать with as, так как в Dispatcher не определен метод __enter__

https://github.com/mahenzon/aiogram-lessons/blob/bb4b85ffe31452c13e0466e7c4b55fb9ffc2dffa/lesson-03/bot.py#L66

Добрый день! Подскажите плз. - как присвоить инлайн кнопкам код >10 (всего 25 кнопок) и кроме того в одном боте нужно разместить больше десятка таких клавиатур? Спасибо!

Заменил значение 77777 на строку 'YOUR_TELEGRAM-ID'. Чтоб никого не вводить в заблуждение и точно понимать что делать. Fix #12

I found very important to describe base concepts when working with a storage object. 1. Different type of a database 1. Use cases Thx

Hello @mahenzon! Addison here from [GitBook](https://gitbook.com/) 😄 It seems like it's been a little bit, but I recently came across your old GitBook project—https://surik00.gitbooks.io/aiogram-lessons/content/ I don't know the last time...