Gets or sets a value indicating whether [follow request sent].
| C# | Visual Basic |
[DataMemberAttribute] [JsonPropertyAttribute(PropertyName = "follow_request_sent")] public Nullable<bool> FollowRequestSent { get; set; }
<DataMemberAttribute> _ <JsonPropertyAttribute(PropertyName := "follow_request_sent")> _ Public Property FollowRequestSent As Nullable(Of Boolean) Get Set
true if [follow request sent]; otherwise, false.