mirror of
https://github.com/python-telegram-bot/python-telegram-bot.git
synced 2025-02-17 02:34:18 +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()
|
migrate = _Migrate()
|
||||||
""":obj:`Filter`: Messages that contain :attr:`telegram.Message.migrate_from_chat_id` or
|
""":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):
|
class _PinnedMessage(BaseFilter):
|
||||||
name = 'Filters.status_update.pinned_message'
|
name = 'Filters.status_update.pinned_message'
|
||||||
|
|
Loading…
Add table
Reference in a new issue