MessageReplyToStory constructor

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

Implementation

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