Click or drag to resize
MediaUserHasLiked Property
Gets or sets the user has liked.

Namespace: InstaSharp.Models
Assembly: InstaSharp (in InstaSharp.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
public Nullable<bool> UserHasLiked { get; set; }

Property Value

Type: NullableBoolean
The user has liked.
See Also