mirror of
https://github.com/aiogram/aiogram.git
synced 2025-12-13 10:26:53 +00:00
Fix doc warnings.
This commit is contained in:
parent
c1c3d66625
commit
3a5c2d78f3
3 changed files with 1 additions and 7 deletions
|
|
@ -877,6 +877,7 @@ class Dispatcher:
|
|||
Get current state for user in chat as context
|
||||
|
||||
.. code-block:: python3
|
||||
|
||||
with dp.current_state(chat=message.chat.id, user=message.user.id) as state:
|
||||
pass
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue