aiogram-dialog
2.0.0b15

Contents:

  • Overview
  • Widgets and rendering
  • Transitions
  • Migration from previous versions
  • Helper tools (experimental)
  • Frequently asked questions (FAQ)
aiogram-dialog
  • aiogram-dialog
  • Edit on GitHub

aiogram-dialog

Contents:

  • Overview
    • Concept
    • Quickstart
  • Widgets and rendering
    • Passing data
    • Widget types
      • Base information
      • Text widget types
      • Keyboard widget types
      • Media widget types
    • Combining texts
    • Jinja HTML rendering
    • Keyboards
      • Button
      • Url
      • Grouping buttons
      • Checkbox
      • Select
      • Radio
      • Multiselect
      • Calendar
    • Media
      • StaticMedia
      • DynamicMedia
      • Other media sources
    • Hiding widgets
  • Transitions
    • Types of transitions
    • Task stack
    • State switch
    • Starting a dialog
    • Closing a dialog
  • Migration from previous versions
    • Migration 1.x -> 2.0b10
    • Migration 0.11 -> 1.0
  • Helper tools (experimental)
    • State diagram
      • State transition hints
    • Dialogs preview
  • 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 a Radio
    • 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?

Indices and tables

  • Index

  • Module Index

  • Search Page

Next

© Copyright 2021, Tishka17. Revision 0b2028dd.

Built with Sphinx using a theme provided by Read the Docs.
Read the Docs v: 2.0.0b15
Versions
latest
stable
2.0.0b15
1.9.0
develop
Downloads
On Read the Docs
Project Home
Builds