threadParticipants property

  1. @JsonKey(includeToJson: false)
List<User>? threadParticipants
final

Reserved field indicating the thread participants for this message.

Implementation

@JsonKey(includeToJson: false)
final List<User>? threadParticipants;