Iceshrimp.NET/Iceshrimp.Shared/Schemas/InviteResponse.cs

8 lines
No EOL
192 B
C#

using J = System.Text.Json.Serialization.JsonPropertyNameAttribute;
namespace Iceshrimp.Shared.Schemas;
public class InviteResponse
{
[J("code")] public required string Code { get; set; }
}