2
0
mirror of https://github.com/pyrogram/pyrogram synced 2025-08-28 21:07:59 +00:00

Update UserStatus docs

This commit is contained in:
Dan 2018-12-15 17:26:24 +01:00
parent b2f3e79ff7
commit 26b15f384d

View File

@ -29,8 +29,8 @@ class UserStatus(Object):
"recently", "within_week", "within_month" or "long_time_ago" fields set.
Args:
user_id (``int``, *optional*):
User's id. Only available for incoming UserStatus updates.
user_id (``int``):
User's id.
online (``bool``, *optional*):
True if the user is online in this very moment, None otherwise.