Callback, called when an User identified by the provided userId is removed from the specified Chat.
userId
late final Future<void> Function(ChatId id, UserId userId) onMemberRemoved;