@override Map<String, dynamic> toJson() => { 'type': type, // "conversation.created" 'event_id': eventId, 'conversation': conversation.toJson(), };