pleroma: add Account.CreatedAt
This commit is contained in:
parent
b5dc8d2f8c
commit
4f3229e436
1 changed files with 3 additions and 0 deletions
|
@ -5,6 +5,9 @@ public class Account : ASObject
|
||||||
[JsonPropertyName("bot")]
|
[JsonPropertyName("bot")]
|
||||||
public bool Bot { get; set; }
|
public bool Bot { get; set; }
|
||||||
|
|
||||||
|
[JsonPropertyName("created_at")]
|
||||||
|
public DateTimeOffset CreatedAt { get; set; }
|
||||||
|
|
||||||
[JsonPropertyName("display_name")]
|
[JsonPropertyName("display_name")]
|
||||||
public string DisplayName { get; set; } = null!;
|
public string DisplayName { get; set; } = null!;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue