Add user property to the interaction member object
This commit is contained in:
parent
d975594d21
commit
aaea8d0540
2 changed files with 3 additions and 1 deletions
|
@ -23,5 +23,8 @@ namespace Geekbot.Core.Interactions.Resolved
|
|||
|
||||
[JsonPropertyName("permissions")]
|
||||
public string Permissions { get; set; }
|
||||
|
||||
[JsonPropertyName("user")]
|
||||
public User User { get; set; }
|
||||
}
|
||||
}
|
|
@ -6,7 +6,6 @@ namespace Geekbot.Core.Interactions.Resolved
|
|||
{
|
||||
public record Message
|
||||
{
|
||||
|
||||
[JsonPropertyName("id")]
|
||||
public string Id { get; set; }
|
||||
|
||||
|
|
Loading…
Reference in a new issue