Property Width
- Namespace
- DSharpPlus.Entities
- Assembly
- DSharpPlus.dll
Width
Gets the width. Applicable only if the attachment is an image.
[JsonProperty("width", NullValueHandling = NullValueHandling.Ignore)]
public int? Width { get; }
Property Value
- int?