mirror of
https://github.com/Mayuri-Chan/pyrofork.git
synced 2026-01-09 08:14:50 +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.
|
"recently", "within_week", "within_month" or "long_time_ago" fields set.
|
||||||
|
|
||||||
Args:
|
Args:
|
||||||
user_id (``int``, *optional*):
|
user_id (``int``):
|
||||||
User's id. Only available for incoming UserStatus updates.
|
User's id.
|
||||||
|
|
||||||
online (``bool``, *optional*):
|
online (``bool``, *optional*):
|
||||||
True if the user is online in this very moment, None otherwise.
|
True if the user is online in this very moment, None otherwise.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue