Browse Source

Add missing jsonproperty attribute

pull/1923/head
quin lynch 3 years ago
parent
commit
1adadf1c00
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      src/Discord.Net.Rest/API/Common/Attachment.cs

+ 1
- 0
src/Discord.Net.Rest/API/Common/Attachment.cs View File

@@ -18,6 +18,7 @@ namespace Discord.API
public Optional<int> Height { get; set; }
[JsonProperty("width")]
public Optional<int> Width { get; set; }
[JsonProperty("ephemeral")]
public Optional<bool> Ephemeral { get; set; }
}
}

Loading…
Cancel
Save