Skip to content

Commit

Permalink
media variant class
Browse files Browse the repository at this point in the history
  • Loading branch information
lutsenkirill committed Aug 8, 2023
1 parent 903be6b commit fe71685
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/Response/RMedia/MediaVariant.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
namespace TwitterSharp.Response.RMedia
{
public class MediaVariant
{
public int? BitRate { init; get; }
public string ContentType { init; get; }
public string Url { init; get; }
}
}

0 comments on commit fe71685

Please sign in to comment.