lampac/Shared/Models/SISI/Xvideos.cs
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

23 lines
397 B
C#

namespace Shared.Models.SISI.Xvideos
{
public struct Related
{
public string u { get; set; }
public string i { get; set; }
public string d { get; set; }
public string @if { get; set; }
public string tf { get; set; }
public string pn { get; set; }
public string p { get; set; }
public bool ch { get; set; }
}
}