mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-15 10:10:12 +00:00
WIP: port message info embeds to cv2
This commit is contained in:
parent
4293f26b8a
commit
651ac6ba5c
7 changed files with 263 additions and 21 deletions
|
|
@ -11,6 +11,7 @@ public record MessageComponent
|
|||
public string? Url { get; init; }
|
||||
public bool? Disabled { get; init; }
|
||||
public uint? AccentColor { get; init; }
|
||||
public int? Spacing { get; init; }
|
||||
public ComponentMedia? Media { get; init; }
|
||||
public ComponentMediaItem[]? Items { get; init; }
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue