Search Results for

    Show / Hide Table of Contents

    Struct EmbedFooter

    A footer field for an Embed.

    Namespace: Discord
    Assembly: Discord.Net.Core.dll
    Syntax
    public struct EmbedFooter

    Properties

    | Improve this Doc View Source

    IconUrl

    Gets the URL of the footer icon.

    Declaration
    public readonly string IconUrl { get; }
    Property Value
    Type Description
    String

    A string containing the URL of the footer icon.

    | Improve this Doc View Source

    ProxyUrl

    Gets the proxied URL of the footer icon link.

    Declaration
    public readonly string ProxyUrl { get; }
    Property Value
    Type Description
    String

    A string containing the proxied URL of the footer icon.

    | Improve this Doc View Source

    Text

    Gets the text of the footer field.

    Declaration
    public readonly string Text { get; }
    Property Value
    Type Description
    String

    A string containing the text of the footer field.

    Methods

    | Improve this Doc View Source

    ToString()

    Gets the text of the footer field.

    Declaration
    public override string ToString()
    Returns
    Type Description
    String

    A string that resolves to Text.

    Theme

    • Improve this Doc
    • View Source
    In This Article
    Back to top Discord.Net (c) 2015-2022 3.7.2