1 files changed, 2 insertions, 0 deletions
diff --git a/develop/print.html b/develop/print.html
index 5b9389a169..a767926a34 100644
--- a/develop/print.html
+++ b/develop/print.html
@@ -14046,6 +14046,7 @@ which guarantees a stable ordering. Valid values are:</p>
<li><code>displayname</code> - Users are ordered alphabetically by <code>displayname</code>.</li>
<li><code>avatar_url</code> - Users are ordered alphabetically by avatar URL.</li>
<li><code>creation_ts</code> - Users are ordered by when the users was created in ms.</li>
+<li><code>last_seen_ts</code> - Users are ordered by when the user was lastly seen in ms.</li>
</ul>
</li>
<li>
@@ -14080,6 +14081,7 @@ This allows user type specific behaviour. There are also types <code>support</co
<li><code>displayname</code> - string - The user's display name if they have set one.</li>
<li><code>avatar_url</code> - string - The user's avatar URL if they have set one.</li>
<li><code>creation_ts</code> - integer - The user's creation timestamp in ms.</li>
+<li><code>last_seen_ts</code> - integer - The user's last activity timestamp in ms.</li>
</ul>
</li>
<li>
|