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 SourceEmbedType
Discriminator of given embed type.
Declaration
[JsonProperty("type")]
string EmbedType { get; }
Property Value
Type | Description |
---|---|
System.String |