pair notification method + dto
This commit is contained in:
10
LightlessSyncAPI/Dto/User/UserPairNotificationDto.cs
Normal file
10
LightlessSyncAPI/Dto/User/UserPairNotificationDto.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
using MessagePack;
|
||||
|
||||
namespace LightlessSync.API.Dto.User;
|
||||
|
||||
[MessagePackObject(keyAsPropertyName: true)]
|
||||
public sealed class UserPairNotificationDto
|
||||
{
|
||||
public required string myHashedCid { get; init; }
|
||||
public required string message { get; init; }
|
||||
}
|
||||
Reference in New Issue
Block a user