@override Map<String, dynamic> toJson() => <String, dynamic>{ 'chat_id': chatId, 'story_album_id': storyAlbumId, 'story_ids': storyIds.map((item) => item).toList(), '@type': constructor, };