EditBusinessStory constructor

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

Implementation

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