Struct EmbedImage
An image for an Embed.
Namespace: Discord
Assembly: Discord.Net.Core.dll
Syntax
public struct EmbedImage
Properties
| Improve this Doc View SourceHeight
Gets the height of this image.
Declaration
public readonly int? Height { get; }
Property Value
Type | Description |
---|---|
Nullable<Int32> | A |
ProxyUrl
Gets a proxied URL of this image.
Declaration
public readonly string ProxyUrl { get; }
Property Value
Type | Description |
---|---|
String | A string containing the proxied URL of this image. |
Url
Gets the URL of the image.
Declaration
public readonly string Url { get; }
Property Value
Type | Description |
---|---|
String | A string containing the URL of the image. |
Width
Gets the width of this image.
Declaration
public readonly int? Width { get; }
Property Value
Type | Description |
---|---|
Nullable<Int32> | A |
Methods
| Improve this Doc View SourceToString()
Gets the URL of the thumbnail.
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
String | A string that resolves to Url . |