TOS
Bugfix stream editor
This commit is contained in:
9
NostrStreamer/ApiModel/PatchAccount.cs
Normal file
9
NostrStreamer/ApiModel/PatchAccount.cs
Normal file
@ -0,0 +1,9 @@
|
||||
using Newtonsoft.Json;
|
||||
|
||||
namespace NostrStreamer.ApiModel;
|
||||
|
||||
public class PatchAccount
|
||||
{
|
||||
[JsonProperty("accept_tos")]
|
||||
public bool AcceptTos { get; init; }
|
||||
}
|
Reference in New Issue
Block a user