@override Map<String, dynamic> toJson() => <String, dynamic>{ 'id': id, 'voice_note': voiceNote?.toJson(), 'title': title, '@type': constructor, };