Requests the user object of the sender of this event.
Future<User?> fetchSenderUser() => room.requestUser( senderId, ignoreErrors: true, );