10 lines
No EOL
225 B
C#
10 lines
No EOL
225 B
C#
using System.Text.Json.Serialization;
|
|
|
|
namespace BirdsiteLive.ActivityPub
|
|
{
|
|
public class ActivityAccept : Activity
|
|
{
|
|
[JsonPropertyName("object")]
|
|
public NestedActivity apObject { get; set; }
|
|
}
|
|
} |