@override Map<String, dynamic> toJson() => <String, dynamic>{ 'chat_id': chatId, 'forum_topic_id': forumTopicId, 'notification_settings': notificationSettings?.toJson(), '@type': constructor, };