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

@@ -54,6 +54,11 @@ so all the methods in it can be used from any event builder/event instance.
:undoc-members:
:show-inheritance:
.. automodule:: telethon.events.album
:members:
:undoc-members:
:show-inheritance:
.. automodule:: telethon.events.raw
:members:
:undoc-members:

View File

@@ -194,6 +194,34 @@ Full documentation for the `InlineQuery
answer
Album
=====
Occurs whenever you receive an entire album.
Full documentation for the `Album
<telethon.events.album.Album>`.
.. currentmodule:: telethon.events.album.Album.Event
.. autosummary::
:nosignatures:
grouped_id
text
raw_text
is_reply
forward
get_reply_message
respond
reply
forward_to
edit
delete
mark_read
pin
Raw
===