2024-09-03 16:29:51 +02:00
|
|
|
using Foxnouns.Backend.Database;
|
|
|
|
|
|
|
|
namespace Foxnouns.Backend.Jobs;
|
|
|
|
|
2024-09-26 22:26:40 +02:00
|
|
|
public record AvatarUpdatePayload(Snowflake Id, string? NewAvatar);
|
|
|
|
|
|
|
|
public record CreateFlagPayload(Snowflake Id, Snowflake UserId, string Name, string ImageData, string? Description);
|