mirror of
https://github.com/NicolasConstant/BirdsiteLive
synced 2025-06-05 21:49:16 +02:00
8 lines
174 B
C#
8 lines
174 B
C#
namespace BirdsiteLive.Twitter.Models
|
|
{
|
|
public class ExtractedMedia
|
|
{
|
|
public string MediaType { get; set; }
|
|
public string Url { get; set; }
|
|
}
|
|
} |