Class DiscordEmbedImage
Represents an image in an embed.
Inheritance
System.Object
DiscordEmbedImage
Namespace: DisCatSharp.Entities
Assembly: DisCatSharp.dll
Syntax
public sealed class DiscordEmbedImage
Properties
| Improve this Doc View SourceHeight
Gets the height of the image.
Declaration
public int Height { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
ProxyUrl
Gets a proxied url of the image.
Declaration
public DiscordUri ProxyUrl { get; }
Property Value
Type | Description |
---|---|
DiscordUri |
Url
Gets the source url of the image.
Declaration
public DiscordUri Url { get; }
Property Value
Type | Description |
---|---|
DiscordUri |
Width
Gets the width of the image.
Declaration
public int Width { get; }
Property Value
Type | Description |
---|---|
System.Int32 |