Search Results for

    Show / Hide Table of Contents

    Interface IDiscordEmbedProvider

    Represents a discord Embed Provider Structure API model. Docs: https://discord.com/developers/docs/resources/channel#embed-object-embed-provider-structure

    Namespace: Color_Chan.Discord.Core.Common.Models.Embed
    Assembly: Color-Chan.Discord.Core.dll
    Syntax
    public interface IDiscordEmbedProvider

    Properties

    | Improve this Doc View Source

    Name

    Name of provider.

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

    Url

    Url of provider.

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

    Methods

    | Improve this Doc View Source

    ToDataModel()

    Converts the model back to a discord data model so that it can be send to discord.

    Declaration
    DiscordEmbedProviderData ToDataModel()
    Returns
    Type Description
    DiscordEmbedProviderData

    The converted DiscordEmbedProviderData.

    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX