Gets all currently logged in users.
Iterable<User> get users { return handle.users.map((handle) => UserInternal.create(handle, this)); }