diff --git a/pyrogram/client/filters/filters.py b/pyrogram/client/filters/filters.py index c8b5b2f8..1bcc858d 100644 --- a/pyrogram/client/filters/filters.py +++ b/pyrogram/client/filters/filters.py @@ -340,7 +340,7 @@ class Filters: and not message.outgoing))) @staticmethod - def data(data: str or bytes): + def callback_data(data: str or bytes): """Filter callback queries for their data. Parameters: