mirror of
https://github.com/python-telegram-bot/python-telegram-bot.git
synced 2024-12-22 14:35:00 +01:00
Fix last issues for new release
This commit is contained in:
parent
e13cd58773
commit
ef9dbacf7e
5 changed files with 2 additions and 28 deletions
|
@ -1,7 +0,0 @@
|
||||||
telegram.contrib.Botan
|
|
||||||
======================
|
|
||||||
|
|
||||||
.. autoclass:: telegram.contrib.Botan
|
|
||||||
:members:
|
|
||||||
:undoc-members:
|
|
||||||
:show-inheritance:
|
|
|
@ -1,18 +0,0 @@
|
||||||
telegram.contrib package
|
|
||||||
========================
|
|
||||||
|
|
||||||
Submodules
|
|
||||||
----------
|
|
||||||
|
|
||||||
.. toctree::
|
|
||||||
|
|
||||||
telegram.contrib.botan
|
|
||||||
|
|
||||||
Module contents
|
|
||||||
---------------
|
|
||||||
|
|
||||||
.. automodule:: telegram.contrib
|
|
||||||
:members:
|
|
||||||
:undoc-members:
|
|
||||||
:show-inheritance:
|
|
||||||
:noindex:
|
|
|
@ -3,7 +3,6 @@ telegram package
|
||||||
|
|
||||||
.. toctree::
|
.. toctree::
|
||||||
|
|
||||||
telegram.contrib
|
|
||||||
telegram.ext
|
telegram.ext
|
||||||
telegram.audio
|
telegram.audio
|
||||||
telegram.bot
|
telegram.bot
|
||||||
|
|
|
@ -306,7 +306,7 @@ class Dispatcher(object):
|
||||||
|
|
||||||
* Priority of the group (lower group number == higher priority)
|
* Priority of the group (lower group number == higher priority)
|
||||||
* The first handler in a group which should handle an update (see
|
* The first handler in a group which should handle an update (see
|
||||||
:method:`telegram.ext.Handler.check_update`) will be used. Other handlers from the
|
:attr:`telegram.ext.Handler.check_update`) will be used. Other handlers from the
|
||||||
group will not be used. The order in which handlers were added to the group defines the
|
group will not be used. The order in which handlers were added to the group defines the
|
||||||
priority.
|
priority.
|
||||||
|
|
||||||
|
|
|
@ -180,7 +180,7 @@ class Message(TelegramObject):
|
||||||
author_signature (:obj:`str`, optional): Signature of the post author for messages
|
author_signature (:obj:`str`, optional): Signature of the post author for messages
|
||||||
in channels.
|
in channels.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
_effective_attachment = _UNDEFINED
|
_effective_attachment = _UNDEFINED
|
||||||
|
|
||||||
def __init__(self,
|
def __init__(self,
|
||||||
|
|
Loading…
Reference in a new issue