Interface IChatEmbedContainer
Represents a message containing embeds.
Namespace: TehGM.Wolfringo.Messages
Assembly: Wolfringo.Core.dll
Syntax
public interface IChatEmbedContainer
Properties
| Improve this Doc View SourceEmbeds
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> |