@override Map<String, dynamic> toJson([dynamic extra]) { return { "@type": CONSTRUCTOR, "id": id, "voice_note": voiceNote.toJson(), "title": title, }; }