2
0
mirror of https://github.com/pyrogram/pyrogram synced 2025-08-31 14:25:55 +00:00

Add CallbackQuery to docs

This commit is contained in:
Dan
2018-04-29 19:06:35 +02:00
parent 4eed293933
commit d3472fd052
9 changed files with 46 additions and 6 deletions

View File

@@ -0,0 +1,6 @@
CallbackQueryHandler
====================
.. autoclass:: pyrogram.CallbackQueryHandler
:members:
:undoc-members:

View File

@@ -0,0 +1,9 @@
:tocdepth: 1
Handlers
========
.. toctree::
MessageHandler
CallbackQueryHandler
RawUpdateHandler

View File

@@ -9,8 +9,7 @@ after the well established `Telegram Bot API`_ methods, thus offering a familiar
.. toctree::
Client
types/index
MessageHandler
RawUpdateHandler
handlers/index
Filters
ChatAction
ParseMode

View File

@@ -0,0 +1,5 @@
CallbackQuery
=============
.. autoclass:: pyrogram.CallbackQuery
:members:

View File

@@ -30,4 +30,5 @@ Types
reply_markup/InlineKeyboardMarkup
reply_markup/KeyboardButton
reply_markup/ReplyKeyboardMarkup
reply_markup/ReplyKeyboardRemove
reply_markup/ReplyKeyboardRemove
CallbackQuery