mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
Prepare for Bot API 6.8
This commit is contained in:
parent
577b44cdc1
commit
81b6465340
26 changed files with 374 additions and 27 deletions
|
|
@ -204,3 +204,11 @@ Games
|
|||
callback_game
|
||||
game
|
||||
game_high_score
|
||||
|
||||
Upcoming update
|
||||
===============
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 1
|
||||
|
||||
story
|
||||
|
|
|
|||
10
docs/api/types/story.rst
Normal file
10
docs/api/types/story.rst
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
#####
|
||||
Story
|
||||
#####
|
||||
|
||||
|
||||
.. automodule:: aiogram.types.story
|
||||
:members:
|
||||
:member-order: bysource
|
||||
:undoc-members: True
|
||||
:exclude-members: model_config,model_fields
|
||||
Loading…
Add table
Add a link
Reference in a new issue