threadId property

  1. @JsonKey(name: "thread_id")
String threadId
getter/setter pair

The thread ID that this message belongs to.

Implementation

@JsonKey(name: "thread_id")
String threadId;