Interface UserStatusOnline

The user is online. Subtype of UserStatus.

interface UserStatusOnline {
    @type: "userStatusOnline";
    expires: number;
}

Properties

Properties

@type: "userStatusOnline"
expires: number

Point in time (Unix timestamp) when the user's online status will expire.