@override Map<String, dynamic> toJson([dynamic extra]) { return { "@type": CONSTRUCTOR, "video_note": videoNote.toJson(), "is_viewed": isViewed, "is_secret": isSecret, }; }