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