django-telegram-framework

Contents:

  • Установка
  • Быстрый старт
  • Тестирование
  • Примеры использования
  • Документация для разработчиков
  • FAQ
  • telegram_framework
django-telegram-framework
  • telegram_framework.keyboards package
  • View page source

telegram_framework.keyboards package

Subpackages

  • telegram_framework.keyboards.force package
    • Submodules
    • telegram_framework.keyboards.force.keyboards module
      • Keyboard
        • Keyboard.selective
    • Module contents
  • telegram_framework.keyboards.inline package
    • Submodules
    • telegram_framework.keyboards.inline.buttons module
      • Button
        • Button.data
        • Button.text
    • telegram_framework.keyboards.inline.keyboards module
      • Keyboard
        • Keyboard.buttons
        • Keyboard.layout
      • add_button()
      • add_buttons()
    • Module contents
  • telegram_framework.keyboards.reply package
    • Submodules
    • telegram_framework.keyboards.reply.buttons module
      • Button
        • Button.text
    • telegram_framework.keyboards.reply.keyboards module
      • EmptyKeyboard
        • EmptyKeyboard.name
      • Keyboard
        • Keyboard.buttons
        • Keyboard.name
      • add_button()
      • add_buttons()
    • Module contents

Submodules

telegram_framework.keyboards.layouts module

class telegram_framework.keyboards.layouts.Layout(columns_count: int = 1)[source]

Bases: object

columns_count: int = 1
telegram_framework.keyboards.layouts.default_layout()[source]

Module contents


© Copyright 2025, quillcraftsman.

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