InputMessageReplyToStory constructor

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

Implementation

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