django-telegram-framework
Contents:
Установка
Быстрый старт
Тестирование
Примеры использования
Документация для разработчиков
FAQ
telegram_framework
telegram_framework package
Subpackages
telegram_framework.chats package
telegram_framework.commands package
telegram_framework.dummy package
telegram_framework.keyboards package
telegram_framework.links package
telegram_framework.management package
telegram_framework.messages package
telegram_framework.migrations package
telegram_framework.py_telegram_bot_api package
telegram_framework.python_telegram_bot package
telegram_framework.test package
telegram_framework.tests package
telegram_framework.use package
Submodules
telegram_framework.apps module
telegram_framework.core_params module
telegram_framework.errors module
telegram_framework.handlers module
telegram_framework.package module
telegram_framework.user module
Module contents
django-telegram-framework
telegram_framework
telegram_framework package
telegram_framework.keyboards package
telegram_framework.keyboards.reply package
View page source
telegram_framework.keyboards.reply package
Submodules
telegram_framework.keyboards.reply.buttons module
class
telegram_framework.keyboards.reply.buttons.
Button
(
text
:
str
)
[source]
Bases:
object
text
:
str
telegram_framework.keyboards.reply.keyboards module
class
telegram_framework.keyboards.reply.keyboards.
EmptyKeyboard
(
name
:
str
=
'-'
)
[source]
Bases:
object
name
:
str
=
'-'
class
telegram_framework.keyboards.reply.keyboards.
Keyboard
(
name
:
str
,
buttons
:
List
=
<factory>
)
[source]
Bases:
object
buttons
:
List
name
:
str
telegram_framework.keyboards.reply.keyboards.
add_button
(
keyboard
,
button
)
[source]
telegram_framework.keyboards.reply.keyboards.
add_buttons
(
keyboard
,
buttons
)
[source]
Module contents