@override Map<String, dynamic> toJson() => <String, dynamic>{ 'video_note': videoNote?.toJson(), 'is_viewed': isViewed, 'is_secret': isSecret, '@type': constructor, };