Update documentation with intersphinx and better summaries

This commit is contained in:
Lonami Exo
2019-06-11 11:09:22 +02:00
parent 31a26c0a0a
commit 51de0bd2da
19 changed files with 174 additions and 143 deletions

View File

@@ -9,7 +9,7 @@ from ..tl.custom.sendergetter import SenderGetter
@name_inner_event
class UserUpdate(EventBuilder):
"""
Represents a user update (gone online, offline, joined Telegram).
Occurs whenever a user goes online, starts typing, etc.
"""
@classmethod
def build(cls, update):
@@ -32,7 +32,8 @@ class UserUpdate(EventBuilder):
class Event(EventCommon, SenderGetter):
"""
Represents the event of a user status update (last seen, joined).
Represents the event of a user update
such as gone online, started typing, etc.
Members:
online (`bool`, optional):