Property MediaType
- Namespace
- DSharpPlus.Entities
- Assembly
- DSharpPlus.dll
MediaType
Gets the media, or MIME, type of the file.
[JsonProperty("content_type", NullValueHandling = NullValueHandling.Ignore)]
public string? MediaType { get; }
Gets the media, or MIME, type of the file.
[JsonProperty("content_type", NullValueHandling = NullValueHandling.Ignore)]
public string? MediaType { get; }