Initial Bot Cleanup + Profile Toggling
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
using MessagePack;
|
||||
|
||||
namespace LightlessSync.API.Dto.Group;
|
||||
|
||||
[MessagePackObject(keyAsPropertyName: true)]
|
||||
public record GroupProfileAvailabilityRequest(string GID);
|
||||
Reference in New Issue
Block a user