mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
4 lines
231 B
ReStructuredText
4 lines
231 B
ReStructuredText
Fixed an issue where the scene entry handler (:code:`enter`) was not receiving data
|
|
passed to the context by middleware, which could result in a :code:`TypeError`.
|
|
|
|
Also updated the documentation to clarify how to enter the scene.
|