Account flags
This commit is contained in:
@ -5,5 +5,11 @@ namespace NostrStreamer.ApiModel;
|
||||
public class PatchAccount
|
||||
{
|
||||
[JsonProperty("accept_tos")]
|
||||
public bool AcceptTos { get; init; }
|
||||
public bool? AcceptTos { get; init; }
|
||||
|
||||
[JsonProperty("blocked")]
|
||||
public bool? Blocked { get; init; }
|
||||
|
||||
[JsonProperty("admin")]
|
||||
public bool? Admin { get; init; }
|
||||
}
|
||||
|
Reference in New Issue
Block a user