ReportStory constructor

ReportStory({
  1. required int storyPosterChatId,
  2. required int storyId,
  3. required String optionId,
  4. required String text,
})

Implementation

ReportStory({
  required this.storyPosterChatId,
  required this.storyId,
  required this.optionId,
  required this.text,
});