aiogram-dialog#
Contents:
- Overview
- Quickstart
- Widgets and Rendering
- Transitions
- Helper tools (experimental)
- Migration from previous versions
- Frequently asked questions (FAQ)
- How can I retrieve data from stateful widget (
Checkbox
,Multiselect
, etc)? - What is
current_context().widget_data
for? - How can I set a default value for a
Musltiselect
or aRadio
- How can I show
Select
widget in multiple rows? What about pagination? - How can I show many buttons loaded from my database and paginate them?
- How can I show photo by its
file_id
? - How can I request user location or contact?
- How can I show a list with URL buttons in a way similar to
Select
widget? - How can I make library not to send new message when user sends a message himself?
- How can I access middleware data inside dialog handlers or widgets?
- How can I find the current user?
- How can I pass data between dialogs?
- How can I retrieve data from stateful widget (