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