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