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