mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2025-04-21 01:21:59 +03:00
Data filter typo fix
This commit is contained in:
parent
9efbeb4543
commit
6857784993
|
@ -6,7 +6,7 @@ from ..event import Event
|
|||
|
||||
class Data(Combinable):
|
||||
"""
|
||||
Filter by ``event.data`` using a full bytes match, used for callback events :class:`telethon.events.ButtonCallback`
|
||||
Filter by ``event.data`` using a full bytes match, used for events, such as :class:`telethon.events.ButtonCallback`.
|
||||
|
||||
It checks if ``event.data`` is equal to the data passed to the filter.
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user