mirror of
https://github.com/TeamPGM/pyrogram.git
synced 2024-11-16 20:59:29 +00:00
Add TODO
This commit is contained in:
parent
e81ef5a757
commit
18e414e2c1
@ -125,6 +125,8 @@ class Filters:
|
||||
pinned_message = build("PinnedMessage", lambda _, m: bool(m.pinned_message))
|
||||
"""Filter service messages for pinned messages."""
|
||||
|
||||
# TODO: Add filters for reply markups
|
||||
|
||||
@staticmethod
|
||||
def command(command: str or list, prefix: str = "/", separator: str = " "):
|
||||
"""Filter commands, i.e.: text messages starting with "/" or any other custom prefix.
|
||||
|
Loading…
Reference in New Issue
Block a user