Wolfringo Wolfringo
Wolfringo Wolfringo
Wolfringo (c) 2020 TehGM
DocFX, DiscordFX theme.
Search Results for

    Interface IChatEmbedContainer

    Represents a message containing embeds.

    Namespace: TehGM.Wolfringo.Messages
    Assembly: Wolfringo.Core.dll
    Syntax
    public interface IChatEmbedContainer

    Properties

    | Improve this Doc View Source

    Embeds

    Visual embeds attached to this chat message.

    Declaration
    [JsonProperty("embeds", DefaultValueHandling = DefaultValueHandling.Ignore, NullValueHandling = NullValueHandling.Ignore)]
    IEnumerable<IChatEmbed> Embeds { get; }
    Property Value
    Type Description
    System.Collections.Generic.IEnumerable<IChatEmbed>