mirror of
https://github.com/Mayuri-Chan/pyrofork.git
synced 2025-12-29 20:14: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)))
|
||||
|
||||
@staticmethod
|
||||
def data(data: str or bytes):
|
||||
def callback_data(data: str or bytes):
|
||||
"""Filter callback queries for their data.
|
||||
|
||||
Parameters:
|
||||
|
|
|
|||
Loading…
Reference in a new issue