Initial Bot Cleanup + Profile Toggling

This commit is contained in:
defnotken
2025-10-29 17:23:07 -05:00
parent bb92cd477d
commit cec110d972
3 changed files with 14 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
using MessagePack;
namespace LightlessSync.API.Dto.User;
[MessagePackObject(keyAsPropertyName: true)]
public record UserProfileAvailabilityRequest(string UID);