Create events.Album (#1216)

This commit is contained in:
Lonami Exo
2019-06-30 16:34:07 +02:00
parent e8327da189
commit 7285b156f4
4 changed files with 301 additions and 0 deletions

View File

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