GetStory constructor

GetStory({
  1. required int storyPosterChatId,
  2. required int storyId,
  3. required bool onlyLocal,
})

Implementation

GetStory({
  required this.storyPosterChatId,
  required this.storyId,
  required this.onlyLocal,
});