targetMessageId property

  1. @JsonKey(name: 'parent_message_id')
int targetMessageId
final

The unique ID of the message that has threaded replies and holds thread information.

Implementation

@JsonKey(name: 'parent_message_id')
final int targetMessageId;