OpenStory constructor

OpenStory({
  1. required int storyPosterChatId,
  2. required int storyId,
})

Implementation

OpenStory({required this.storyPosterChatId, required this.storyId});