Remove some unused fields on cached models
This commit is contained in:
@@ -4,5 +4,5 @@ public record Emoji
|
||||
{
|
||||
public ulong? Id { get; init; }
|
||||
public string? Name { get; init; }
|
||||
public bool? Animated { get; init; }
|
||||
// public bool? Animated { get; init; }
|
||||
}
|
||||
Reference in New Issue
Block a user