2024-07-11 05:57:53 +00:00
|
|
|
|
namespace Neighbourhood.omg.lol.Models {
|
2024-06-05 12:41:08 +00:00
|
|
|
|
public class StatusPost {
|
|
|
|
|
public string? Emoji { get; set; }
|
|
|
|
|
public string? Content { get; set; }
|
|
|
|
|
public string? ExternalUrl { get; set; }
|
|
|
|
|
public bool? SkipMastodonPost { get; set; }
|
|
|
|
|
}
|
|
|
|
|
}
|