GetChatStoryInteractions constructor

GetChatStoryInteractions({
  1. required int storyPosterChatId,
  2. required int storyId,
  3. ReactionType? reactionType,
  4. required bool preferForwards,
  5. required String offset,
  6. required int limit,
})

Implementation

GetChatStoryInteractions({
  required this.storyPosterChatId,
  required this.storyId,
  this.reactionType,
  required this.preferForwards,
  required this.offset,
  required this.limit,
});