MessageReplyToStory.fromJson constructor
Parse from a json
Implementation
factory MessageReplyToStory.fromJson(Map<String, dynamic> json) =>
MessageReplyToStory(
storySenderChatId: json['story_sender_chat_id'],
storyId: json['story_id'],
);