Call the Matrix API to ban a user from this room.
Future<void> ban(String userID) => client.ban(id, userID);