GetStoryInteractions constructor

GetStoryInteractions({
  1. required int storyId,
  2. required String query,
  3. required bool onlyContacts,
  4. required bool preferForwards,
  5. required bool preferWithReaction,
  6. required String offset,
  7. required int limit,
})

Implementation

GetStoryInteractions({
  required this.storyId,
  required this.query,
  required this.onlyContacts,
  required this.preferForwards,
  required this.preferWithReaction,
  required this.offset,
  required this.limit,
});