Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add missing docs for Poll(Answer)Handler #1853

Merged
merged 1 commit into from Mar 29, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
6 changes: 6 additions & 0 deletions docs/source/telegram.ext.pollanswerhandler.rst
@@ -0,0 +1,6 @@
telegram.ext.PollAnswerHandler
==============================

.. autoclass:: telegram.ext.PollAnswerHandler
:members:
:show-inheritance:
6 changes: 6 additions & 0 deletions docs/source/telegram.ext.pollhandler.rst
@@ -0,0 +1,6 @@
telegram.ext.PollHandler
========================

.. autoclass:: telegram.ext.PollHandler
:members:
:show-inheritance:
2 changes: 2 additions & 0 deletions docs/source/telegram.ext.rst
Expand Up @@ -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
Expand Down