Iceshrimp.NET/Iceshrimp.Backend/Controllers/Pleroma/Schemas/Entities/PleromaNotificationExtensions.cs
2024-09-13 21:44:31 +02:00

8 lines
No EOL
240 B
C#

using J = System.Text.Json.Serialization.JsonPropertyNameAttribute;
namespace Iceshrimp.Backend.Controllers.Pleroma.Schemas.Entities;
public class PleromaNotificationExtensions
{
[J("is_seen")] public required bool IsSeen { get; set; }
}