factory ObbyEventBotsChanged.fromJson(Map<String, dynamic> json) => ObbyEventBotsChanged( nick: json['nick'] as String, );