Skip to content

Commit

Permalink
#1078 MediaV2 was missing the Url property. It has now been added.
Browse files Browse the repository at this point in the history
  • Loading branch information
linvi committed Nov 14, 2020
1 parent f366149 commit 67b525c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/Tweetinvi.Core/Public/Models/V2/MediaV2.cs
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,11 @@ public class MediaV2
/// </summary>
[JsonProperty("type")] public string Type { get; set; }

/// <summary>
/// Url to access the media
/// </summary>
[JsonProperty("url")] public string Url { get; set; }

/// <summary>
/// Width of this content in pixels.
/// </summary>
Expand Down

0 comments on commit 67b525c

Please sign in to comment.