mirror of
https://github.com/chylex/Discord-History-Tracker.git
synced 2025-07-04 01:38:52 +02:00
6 lines
105 B
C#
6 lines
105 B
C#
namespace DHT.Server.Data;
|
|
|
|
public readonly struct Embed {
|
|
public string Json { get; internal init; }
|
|
}
|