Search Results for

    Show / Hide Table of Contents

    Class DiscordEmbedFooter

    Represents a footer in an embed.

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

    Properties

    | Improve this Doc View Source

    IconUrl

    Gets the url of the footer's icon.

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

    ProxyIconUrl

    Gets the proxied url of the footer's icon.

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

    Text

    Gets the footer's text.

    Declaration
    public string Text { get; }
    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