ReportStory constructor

const ReportStory({
  1. required int storySenderChatId,
  2. required int storyId,
  3. required ReportReason reason,
  4. required String text,
})

Reports a story to the Telegram moderators

Implementation

const ReportStory({
  required this.storySenderChatId,
  required this.storyId,
  required this.reason,
  required this.text,
});