mirror of
https://github.com/Mayuri-Chan/pyrofork.git
synced 2026-01-04 22:34:52 +00:00
Update UserStatus docs
This commit is contained in:
parent
b2f3e79ff7
commit
26b15f384d
1 changed files with 2 additions and 2 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue