mirror of
https://github.com/NicolasConstant/BirdsiteLive
synced 2025-06-05 21:49:16 +02:00
extract only needed info from tweets
This commit is contained in:
8
src/BirdsiteLive.Twitter/Models/ExtractedMedia.cs
Normal file
8
src/BirdsiteLive.Twitter/Models/ExtractedMedia.cs
Normal file
@ -0,0 +1,8 @@
|
||||
namespace BirdsiteLive.Twitter.Models
|
||||
{
|
||||
public class ExtractedMedia
|
||||
{
|
||||
public string MediaType { get; set; }
|
||||
public string Url { get; set; }
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user