Class ResolvedUnfurledMediaItem
- Namespace
- Discord
- Assembly
- Discord.Net.Core.dll
Represents a media item that has been unfurled and resolved.
public class ResolvedUnfurledMediaItem : UnfurledMediaItem
- Inheritance
-
ResolvedUnfurledMediaItem
- Inherited Members
Properties
ContentType
Gets the content type of this media item.
public string ContentType { get; }
Property Value
Height
Gets the height of this media item.
public int Height { get; }
Property Value
LoadingState
Gets the loading state of this media item.
public UnfurledMediaItemLoadingState LoadingState { get; }
Property Value
ProxyUrl
Gets the proxy URL for this media item.
public string ProxyUrl { get; }
Property Value
Width
Gets the width of this media item.
public int Width { get; }