MessageStory constructor

MessageStory({
  1. required int storyPosterChatId,
  2. required int storyId,
  3. required bool viaMention,
})

Implementation

MessageStory({
  required this.storyPosterChatId,
  required this.storyId,
  required this.viaMention,
});