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