toJson method
Implementation
@override
Map<String, dynamic> toJson() => <String, dynamic>{
'story_poster_chat_id': storyPosterChatId,
'story_id': storyId,
'reaction_type': reactionType?.toJson(),
'update_recent_reactions': updateRecentReactions,
'@type': constructor,
};