Gets or sets the status id the status is in reply to.
| C# | Visual Basic |
[JsonPropertyAttribute(PropertyName = "in_reply_to_status_id")] [DataMemberAttribute] public Nullable<decimal> InReplyToStatusId { get; set; }
<JsonPropertyAttribute(PropertyName := "in_reply_to_status_id")> _ <DataMemberAttribute> _ Public Property InReplyToStatusId As Nullable(Of Decimal) Get Set
The status id.