Contents Menu Expand Light mode Dark mode Auto light/dark, in light mode Auto light/dark, in dark mode Skip to content
aiogram-dialog documentation
aiogram-dialog documentation

Contents:

  • Overview
  • Quickstart
  • Widgets and Rendering
    • Passing data
    • Text widget types
      • Const
      • Format
      • Multi
      • Case
      • Progress
      • List
      • Jinja HTML rendering
    • Keyboard widget types
      • Button
      • Url
      • SwitchInlineQuery
      • Group
      • Column
      • Row
      • ListGroup
      • ScrollingGroup
      • Checkbox
      • Select
      • Radio
      • Multiselect
      • Toggle
      • Calendar
      • Counter
      • SwitchTo
      • Next and Back
      • Start
      • Cancel
    • Input widget types
      • MessageInput
      • TextInput
    • Media widget types
      • StaticMedia
      • DynamicMedia
      • Other media sources
    • LinkPreview
    • Hiding widgets
    • Custom widgets
      • SwitchInlineQueryCurrentChat
  • Transitions
  • How are messages updated
  • Groups and business chats
  • Helper tools (experimental)
  • Migration from previous versions
  • Frequently asked questions (FAQ)

Project Links

  • GitHub
  • PyPI
  • Chat
Back to top
View this page

Media widget typesΒΆ

  • StaticMedia - simple way to share media by url or file path

  • DynamicMedia - some media attachment constructed dynamically

  • Other media sources

Next
StaticMedia
Previous
TextInput
Copyright © 2025, Tishka17
Made with Sphinx and @pradyunsg's Furo