SetStoryReaction constructor
SetStoryReaction({
- required int storyPosterChatId,
- required int storyId,
- ReactionType? reactionType,
- required bool updateRecentReactions,
Implementation
SetStoryReaction({
required this.storyPosterChatId,
required this.storyId,
this.reactionType,
required this.updateRecentReactions,
});