Support filtering events.Raw by update type

This commit is contained in:
Lonami Exo
2018-04-28 13:37:19 +02:00
parent 5c6ac18a52
commit ce7e5abb58
3 changed files with 31 additions and 12 deletions

View File

@@ -1,4 +1,4 @@
from .common import Raw
from .raw import Raw
from .chataction import ChatAction
from .messagedeleted import MessageDeleted
from .messageedited import MessageEdited