Merge branch 'dev-3.x' into scenes

This commit is contained in:
Alex Root Junior 2023-10-07 19:52:13 +03:00
commit 6a63be516f
No known key found for this signature in database
GPG key ID: 074C1D455EBEA4AC
23 changed files with 1016 additions and 505 deletions

View file

@ -21,7 +21,7 @@ Simple usage
Extension
=========
This base handler is subclass of [BaseHandler](basics.md#basehandler) with some extensions:
This base handler is subclass of :ref:`BaseHandler <cbh-base-handler>` with some extensions:
- :code:`self.chat` is alias for :code:`self.event.chat`
- :code:`self.from_user` is alias for :code:`self.event.from_user`