StoryAreaTypeSuggestedReaction constructor

StoryAreaTypeSuggestedReaction(
  1. {required ReactionType reaction_type,
  2. required int total_count,
  3. required bool is_dark,
  4. required bool is_flipped,
  5. int? extra,
  6. int? clientId}
)

An area pointing to a suggested reaction. App needs to show a clickable reaction on the area and call setStoryReaction when the are is clicked

Implementation

StoryAreaTypeSuggestedReaction