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:
6
docs/source/pyrogram/handlers/CallbackQueryHandler.rst
Normal file
6
docs/source/pyrogram/handlers/CallbackQueryHandler.rst
Normal file
@@ -0,0 +1,6 @@
|
||||
CallbackQueryHandler
|
||||
====================
|
||||
|
||||
.. autoclass:: pyrogram.CallbackQueryHandler
|
||||
:members:
|
||||
:undoc-members:
|
9
docs/source/pyrogram/handlers/index.rst
Normal file
9
docs/source/pyrogram/handlers/index.rst
Normal file
@@ -0,0 +1,9 @@
|
||||
:tocdepth: 1
|
||||
|
||||
Handlers
|
||||
========
|
||||
|
||||
.. toctree::
|
||||
MessageHandler
|
||||
CallbackQueryHandler
|
||||
RawUpdateHandler
|
@@ -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
|
||||
|
5
docs/source/pyrogram/types/CallbackQuery.rst
Normal file
5
docs/source/pyrogram/types/CallbackQuery.rst
Normal file
@@ -0,0 +1,5 @@
|
||||
CallbackQuery
|
||||
=============
|
||||
|
||||
.. autoclass:: pyrogram.CallbackQuery
|
||||
:members:
|
@@ -30,4 +30,5 @@ Types
|
||||
reply_markup/InlineKeyboardMarkup
|
||||
reply_markup/KeyboardButton
|
||||
reply_markup/ReplyKeyboardMarkup
|
||||
reply_markup/ReplyKeyboardRemove
|
||||
reply_markup/ReplyKeyboardRemove
|
||||
CallbackQuery
|
Reference in New Issue
Block a user