EditStory constructor

EditStory({
  1. required int storyPosterChatId,
  2. required int storyId,
  3. InputStoryContent? content,
  4. InputStoryAreas? areas,
  5. FormattedText? caption,
})

Implementation

EditStory({
  required this.storyPosterChatId,
  required this.storyId,
  this.content,
  this.areas,
  this.caption,
});