Commit graph

14 commits

Author SHA1 Message Date
Gabben
a37bbba38c
Fix docs and examples (#864)
* Update magic_data Allowed handlers

* Fix ChatMemberUpdated example

* Fix examples with `.in_(...)` and delete with `@`

* Fix commands in examples

* Change List to Set
2022-03-26 17:30:46 +02:00
Alex Root Junior
f022b4441c Added more aliases, refactor CallbackData factory, added base exceptions classification mechanism 2021-05-25 00:56:44 +03:00
Alex Root Junior
4008a3114d
Upgrade architecture + 5.0 Bot API (#469)
Upgrade architecture + 5.0 Bot API (#469)
* Moved `methods`, `types` and `client` to root package
* Removed update handler from routers to dispatcher
* Reworked events propagation mechanism to handlers
* Reworked inner middlewares logic (very small change)
* Updated to Bot API 5.0
* Initial migration from MkDocs to Sphinx + config for readthedocs
2021-01-26 21:20:52 +02:00
jrootjunior
65815e509f Clean obsolete code and change configs 2019-11-15 12:44:24 +02:00
Suren Khorenyan
3867b72df6 Refactor examples/echo_bot.py 2019-08-10 00:08:11 +03:00
Alex Root Junior
9f13e11e6b Bump examples, docs and executor (nothing) 2018-10-28 19:35:06 +02:00
Alex Root Junior
06df482061 Partial update examples. 2018-07-14 16:28:20 +03:00
Alex Root Junior
ef3b59c63c Typo 'pooling' -> 'polling'. 2017-11-21 00:53:53 +02:00
Alex Root Junior
801ca1558e Upd examples. 2017-11-19 01:05:50 +02:00
Alex Root Junior
986ffa0ebd Annotate another eecution method in example echo bot. 2017-09-16 20:00:00 +03:00
Alex Root Junior
c19890a7d2 Oops. Invalid example. This method is already deprecated. 2017-08-01 00:41:43 +03:00
Alex Root Junior
2192d4b7ea handler(message: types.Message) 2017-06-03 10:53:13 +03:00
Alex Root Junior
92b3e027db Refactoring. AIOGramBot -> Bot and allow to use 'from aiogram import Bot' 2017-06-02 05:09:09 +03:00
Alex Root Junior
2fdd804114 Add example. Simple Echo bot. 2017-05-27 03:11:20 +03:00