Table of Contents

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

string

Height

Gets the height of this media item.

public int Height { get; }

Property Value

int

LoadingState

Gets the loading state of this media item.

public UnfurledMediaItemLoadingState LoadingState { get; }

Property Value

UnfurledMediaItemLoadingState

ProxyUrl

Gets the proxy URL for this media item.

public string ProxyUrl { get; }

Property Value

string

Width

Gets the width of this media item.

public int Width { get; }

Property Value

int