mirror of
https://github.com/pyrogram/pyrogram
synced 2025-08-28 12:57:52 +00:00
Remove Optionality for args
This commit is contained in:
parent
0a96355c5d
commit
2eba6e58f9
@ -340,7 +340,7 @@ class Filters:
|
||||
and not message.outgoing)))
|
||||
|
||||
@staticmethod
|
||||
def data(data: str or bytes = None):
|
||||
def data(data: str or bytes):
|
||||
"""Filter callback queries for their data.
|
||||
|
||||
Parameters:
|
||||
|
Loading…
x
Reference in New Issue
Block a user