Edit

Share via


TwitterDirectMessage.SenderId Property

Definition

Gets or sets the sender id.

[Newtonsoft.Json.JsonProperty(PropertyName="sender_id")]
public decimal SenderId { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="sender_id")>]
member this.SenderId : decimal with get, set
Public Property SenderId As Decimal

Property Value

The sender id.

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to