EditBusinessStory constructor
EditBusinessStory({
- required int storyPosterChatId,
- required int storyId,
- InputStoryContent? content,
- InputStoryAreas? areas,
- FormattedText? caption,
- StoryPrivacySettings? privacySettings,
Implementation
EditBusinessStory({
required this.storyPosterChatId,
required this.storyId,
this.content,
this.areas,
this.caption,
this.privacySettings,
});