Search Results for

    Show / Hide Table of Contents

    Class DiscordEmbedBuilder.EmbedAuthor

    Represents an embed author.

    Inheritance
    System.Object
    DiscordEmbedBuilder.EmbedAuthor
    Namespace: DisCatSharp.Entities
    Assembly: DisCatSharp.dll
    Syntax
    public class EmbedAuthor

    Properties

    | Improve this Doc View Source

    IconUrl

    Gets or sets the Author's icon url.

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

    Name

    Gets or sets the name of the author.

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

    Url

    Gets or sets the Url to which the author's link leads.

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

    Extension Methods

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