replyList property

  1. @JsonKey(toJson: replyListToMap, fromJson: replyListFromMap, includeIfNull: false)
List<NIMMessage>? replyList
getter/setter pair

获取thread聊天里的总回复数,thread消息不计入总数

Implementation

@JsonKey(
  toJson: replyListToMap,
  fromJson: replyListFromMap,
  includeIfNull: false,
)
List<NIMMessage>? replyList;