mirror of
https://github.com/python-telegram-bot/python-telegram-bot.git
synced 2024-11-22 15:17:00 +01:00
Docstring Fix for ext/filters.py (#830)
This commit is contained in:
parent
e362a5b59d
commit
5614af1847
1 changed files with 1 additions and 1 deletions
|
@ -335,7 +335,7 @@ class Filters(object):
|
|||
|
||||
migrate = _Migrate()
|
||||
""":obj:`Filter`: Messages that contain :attr:`telegram.Message.migrate_from_chat_id` or
|
||||
:attr: `telegram.Message.migrate_from_chat_id`."""
|
||||
:attr: `telegram.Message.migrate_to_chat_id`."""
|
||||
|
||||
class _PinnedMessage(BaseFilter):
|
||||
name = 'Filters.status_update.pinned_message'
|
||||
|
|
Loading…
Reference in a new issue