SetStoryReaction constructor

SetStoryReaction({
  1. required int storyPosterChatId,
  2. required int storyId,
  3. ReactionType? reactionType,
  4. required bool updateRecentReactions,
})

Implementation

SetStoryReaction({
  required this.storyPosterChatId,
  required this.storyId,
  this.reactionType,
  required this.updateRecentReactions,
});