Interface UserStatusEmpty

Describes the last time the user was online. Subtype of UserStatus.

interface UserStatusEmpty {
    @type: "userStatusEmpty";
}

Properties

Properties

@type: "userStatusEmpty"