aiogram
latest
  • Installation Guide
  • Quick start
  • Bot object
  • Dispatcher
  • Data types
  • Features
aiogram
  • Docs »
  • Welcome to aiogram’s documentation!
  • Edit on GitHub

Welcome to aiogram’s documentation!¶

PyPi Package Version PyPi status Supported python versions Documentation Status Bitbucket issues MIT License

aiogram is are pretty simple and fully asynchronously library for Telegram Bot API written in Python 3.6 with asyncio and aiohttp. It helps to make your bots more faster and simpler.

Official aiogram resources¶

  • News: @aiogram_live
  • Community: @aiogram
  • Russian community: @aiogram_ru
  • Pip: aiogram
  • Docs: ReadTheDocs
  • Source: Bitbucket repo
  • Issues/Bug tracker: Bitbucket issues tracker
  • Test bot: @aiogram_bot

Features¶

  • Asynchronous
  • Be awesome
  • Make things faster
  • Have FSM

Contribute¶

  • Issue Tracker
  • Source Code

Contents¶

  • Installation Guide
    • From PIP
    • From sources
  • Quick start
    • Simple template
    • Manual
  • Bot object
    • BaseBot
    • Bot object
  • Dispatcher
    • Dispatcher class
    • Storages
    • Webhook
    • Filters
    • Handler class
    • Middlewares
  • Data types
    • Bases
    • Update
    • WebhookInfo
    • User
    • Chat
    • Message
    • MessageEntity
    • PhotoSize
    • Audio
    • Document
    • Video
    • Voice
    • VideoNote
    • Contact
    • Location
    • Venue
    • UserProfilePhotos
    • File
    • ReplyKeyboardMarkup & KeyboardButton & ReplyKeyboardRemove
    • InlineKeyboardMarkup & InlineKeyboardButton
    • CallbackQuery
    • ForceReply
    • ChatPhoto
    • ChatMember
    • ResponseParameters
    • Sticker
    • StickerSet
    • MaskPosition
    • Inline mode objects
    • Payments
    • Games
  • Features
    • Contrib
      • Storages for FSM
        • Simple in-memory storage
        • Redis storage

Indices and tables¶

  • Алфавитный указатель
  • Состав модуля
  • Поиск
Next

© Copyright 2017, Illemius / Alex Root Junior. Revision 37809019.

Built with Sphinx using a theme provided by Read the Docs.