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