2
0
mirror of https://github.com/pyrogram/pyrogram synced 2025-08-28 12:57:52 +00:00

Appropiate naming

This commit is contained in:
ColinShark 2019-06-01 23:39:26 +02:00
parent 04aada818e
commit d3cb386a6f

View File

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