Search Results for

    Show / Hide Table of Contents

    Class DiscordEmbedAuthor

    Gets the author of a discord embed.

    Inheritance
    System.Object
    DiscordEmbedAuthor
    Namespace: DisCatSharp.Entities
    Assembly: DisCatSharp.dll
    Syntax
    public sealed class DiscordEmbedAuthor

    Properties

    | Improve this Doc View Source

    IconUrl

    Gets the url of the author's icon.

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

    Name

    Gets the name of the author.

    Declaration
    public string Name { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    ProxyIconUrl

    Gets the proxied url of the author's icon.

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

    Url

    Gets the url of the author.

    Declaration
    public Uri Url { get; set; }
    Property Value
    Type Description
    System.Uri

    Extension Methods

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