threadParticipants property

  1. @JsonKey(includeIfNull: false, toJson: Serializer.readOnly)
List<User>? threadParticipants
final

Reserved field indicating the thread participants for this message.

Implementation

@JsonKey(includeIfNull: false, toJson: Serializer.readOnly)
final List<User>? threadParticipants;