PostStory constructor
PostStory({
- required int chatId,
- InputStoryContent? content,
- InputStoryAreas? areas,
- FormattedText? caption,
- StoryPrivacySettings? privacySettings,
- required List<
int> albumIds, - required int activePeriod,
- StoryFullId? fromStoryFullId,
- required bool isPostedToChatPage,
- required bool protectContent,
Implementation
PostStory({
required this.chatId,
this.content,
this.areas,
this.caption,
this.privacySettings,
required this.albumIds,
required this.activePeriod,
this.fromStoryFullId,
required this.isPostedToChatPage,
required this.protectContent,
});