lampac-talks f843f04fd4 chore: initial commit 154.3
Signed-off-by: lampac-talks <lampac-talks@users.noreply.github.com>
2026-01-30 16:23:09 +03:00

22 lines
456 B
C#

using Shared.Models.Online.Tortuga;
namespace Shared.Models.Online.Eneyida
{
public class EmbedModel
{
public bool IsEmpty { get; set; }
public string source_type { get; set; }
public string content { get; set; }
public string quel { get; set; }
public Voice[] serial { get; set; }
public Ashdi.Voice[] serial_ashdi { get; set; }
public List<Similar> similars { get; set; }
}
}