ReportStory constructor
      const
      ReportStory({ 
    
- required int storySenderChatId,
- required int storyId,
- required ReportReason reason,
- 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,
});