Specify that dates are in unix time
This commit is contained in:
parent
d47a0133f1
commit
19878ae633
@ -112,10 +112,10 @@ class User(Object, Update):
|
|||||||
*None*, for bots.
|
*None*, for bots.
|
||||||
|
|
||||||
last_online_date (``int``, *optional*):
|
last_online_date (``int``, *optional*):
|
||||||
Last online date of a user. Only available in case status is "*offline*".
|
Last online date of a user, unix time. Only available in case status is "*offline*".
|
||||||
|
|
||||||
next_offline_date (``int``, *optional*):
|
next_offline_date (``int``, *optional*):
|
||||||
Date when a user will automatically go offline. Only available in case status is "*online*".
|
Date when a user will automatically go offline, unix time. Only available in case status is "*online*".
|
||||||
|
|
||||||
username (``str``, *optional*):
|
username (``str``, *optional*):
|
||||||
User's or bot's username.
|
User's or bot's username.
|
||||||
|
Loading…
Reference in New Issue
Block a user