mirror of
https://github.com/python-telegram-bot/python-telegram-bot.git
synced 2024-11-22 15:17:00 +01:00
Add docs for PollHandler and PollAnswerHandler (#1853)
This commit is contained in:
parent
90729c21d7
commit
e18220be10
3 changed files with 14 additions and 0 deletions
6
docs/source/telegram.ext.pollanswerhandler.rst
Normal file
6
docs/source/telegram.ext.pollanswerhandler.rst
Normal file
|
@ -0,0 +1,6 @@
|
|||
telegram.ext.PollAnswerHandler
|
||||
==============================
|
||||
|
||||
.. autoclass:: telegram.ext.PollAnswerHandler
|
||||
:members:
|
||||
:show-inheritance:
|
6
docs/source/telegram.ext.pollhandler.rst
Normal file
6
docs/source/telegram.ext.pollhandler.rst
Normal file
|
@ -0,0 +1,6 @@
|
|||
telegram.ext.PollHandler
|
||||
========================
|
||||
|
||||
.. autoclass:: telegram.ext.PollHandler
|
||||
:members:
|
||||
:show-inheritance:
|
|
@ -26,6 +26,8 @@ Handlers
|
|||
telegram.ext.commandhandler
|
||||
telegram.ext.inlinequeryhandler
|
||||
telegram.ext.messagehandler
|
||||
telegram.ext.pollanswerhandler
|
||||
telegram.ext.pollhandler
|
||||
telegram.ext.precheckoutqueryhandler
|
||||
telegram.ext.prefixhandler
|
||||
telegram.ext.regexhandler
|
||||
|
|
Loading…
Reference in a new issue