EditStory constructor
const
EditStory({
- required int storyId,
- InputStoryContent? content,
Changes content and caption of a previously sent story
Implementation
const EditStory({
required this.storyId,
this.content,
this.caption,
});