inReplyToId property

  1. @JsonKey(fromJson: flexibleIdFromJson)
String? inReplyToId
final

ID of the status being replied to.

Normalizes to String regardless of whether the server returns an integer or string.

Implementation

@JsonKey(fromJson: flexibleIdFromJson)
final String? inReplyToId;