Parse from a json
factory ChatEventIsForumToggled.fromJson(Map<String, dynamic> json) => ChatEventIsForumToggled( isForum: json['is_forum'], );