Search Results for

    Show / Hide Table of Contents

    Struct EmbedProvider

    A provider field for an Embed.

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

    Properties

    | Improve this Doc View Source

    Name

    Gets the name of the provider.

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

    A string representing the name of the provider.

    | Improve this Doc View Source

    Url

    Gets the URL of the provider.

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

    A string representing the link to the provider.

    Methods

    | Improve this Doc View Source

    ToString()

    Gets the name of the provider.

    Declaration
    public override string ToString()
    Returns
    Type Description
    String

    A string that resolves to Name.

    Theme

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