2
0
mirror of https://github.com/pyrogram/pyrogram synced 2025-08-28 21:07:59 +00:00

Remove Optionality for args

This commit is contained in:
ColinShark 2019-06-01 23:34:20 +02:00
parent 0a96355c5d
commit 2eba6e58f9

View File

@ -340,7 +340,7 @@ class Filters:
and not message.outgoing))) and not message.outgoing)))
@staticmethod @staticmethod
def data(data: str or bytes = None): def data(data: str or bytes):
"""Filter callback queries for their data. """Filter callback queries for their data.
Parameters: Parameters: