From d3cb386a6f68eaa9ab94656c8826dd9b7c86d82b Mon Sep 17 00:00:00 2001 From: ColinShark Date: Sat, 1 Jun 2019 23:39:26 +0200 Subject: [PATCH] Appropiate naming --- pyrogram/client/filters/filters.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: