mostRepliesUsers property

  1. @JsonKey(name: 'most_replies')
List<User> mostRepliesUsers
final

Users who left a reply in the thread, based on the time the reply was added.

Implementation

@JsonKey(name: 'most_replies')
final List<User> mostRepliesUsers;