DeleteStory constructor

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

Implementation

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