Search Results for

    Show / Hide Table of Contents

    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 Source

    Height

    Gets the height of the video.

    Declaration
    public int Height { get; }
    Property Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    Url

    Gets the source url of the video.

    Declaration
    public Uri Url { get; }
    Property Value
    Type Description
    System.Uri
    | Improve this Doc View Source

    Width

    Gets the width of the video.

    Declaration
    public int Width { get; }
    Property Value
    Type Description
    System.Int32

    Extension Methods

    ReflectionUtilities.ToDictionary<T>(T)
    • Improve this Doc
    • View Source
    In This Article
    Back to top © 2021-2022 Aiko IT Systems