Search Results for

    Show / Hide Table of Contents

    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 Source

    Height

    Gets the height of the image.

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

    ProxyUrl

    Gets a proxied url of the image.

    Declaration
    public DiscordUri ProxyUrl { get; }
    Property Value
    Type Description
    DiscordUri
    | Improve this Doc View Source

    Url

    Gets the source url of the image.

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

    Width

    Gets the width of the image.

    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