mirror of
https://github.com/osukey/osukey.git
synced 2025-08-04 15:16:38 +09:00
Implement NewsCard
This commit is contained in:
@ -21,10 +21,10 @@ namespace osu.Game.Online.API.Requests.Responses
|
||||
public string FirstImage { get; set; }
|
||||
|
||||
[JsonProperty(@"published_at")]
|
||||
public DateTimeOffset PublishedAt { get; set; }
|
||||
public DateTime PublishedAt { get; set; }
|
||||
|
||||
[JsonProperty(@"updated_at")]
|
||||
public DateTimeOffset UpdatedAt { get; set; }
|
||||
public DateTime UpdatedAt { get; set; }
|
||||
|
||||
[JsonProperty(@"slug")]
|
||||
public string Slug { get; set; }
|
||||
|
Reference in New Issue
Block a user