♻️ I have no idea what am I doing. Might be mixing stuff
This commit is contained in:
7
DysonNetwork.Sphere/WebReader/ScrapedArticle.cs
Normal file
7
DysonNetwork.Sphere/WebReader/ScrapedArticle.cs
Normal file
@@ -0,0 +1,7 @@
|
||||
namespace DysonNetwork.Sphere.WebReader;
|
||||
|
||||
public class ScrapedArticle
|
||||
{
|
||||
public LinkEmbed LinkEmbed { get; set; } = null!;
|
||||
public string? Content { get; set; }
|
||||
}
|
Reference in New Issue
Block a user