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

    Interface IChatEmbed

    Represents an embedded visual data attached to a chat message.

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

    Properties

    | Improve this Doc View Source

    EmbedType

    Discriminator of given embed type.

    Declaration
    [JsonProperty("type")]
    string EmbedType { get; }
    Property Value
    Type Description
    System.String