lightfinder support, context pairing
This commit is contained in:
12
LightlessSyncAPI/Dto/User/BroadcastStatusRequestDto.cs
Normal file
12
LightlessSyncAPI/Dto/User/BroadcastStatusRequestDto.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
using MessagePack;
|
||||
|
||||
namespace LightlessSync.API.Dto.User;
|
||||
|
||||
[MessagePackObject(keyAsPropertyName: true)]
|
||||
public sealed class BroadcastStatusRequestDto
|
||||
{
|
||||
public required string HashedCID { get; init; }
|
||||
public required bool Enabled { get; init; }
|
||||
public string? GID { get; init; }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user