mirror of
https://github.com/Mayuri-Chan/pyrofork.git
synced 2026-01-03 14:04:51 +00:00
Appropiate naming
This commit is contained in:
parent
04aada818e
commit
d3cb386a6f
1 changed files with 1 additions and 1 deletions
|
|
@ -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:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue