replyToStory property

  1. @JsonKey(name: 'reply_to_story')
Story? get replyToStory
inherited

Optional. For replies to a story, the original story

Implementation

@JsonKey(name: 'reply_to_story')
Story? get replyToStory;