Interface IChatMessageContent
Public interface to define the content of a chat message
public interface IChatMessageContent : IDataModel<IChatMessageContent>, IDataModelParent, IDataModelWithContext, ISupportModules<IChatMessageContent>
- Inherited Members
- Extension Methods
Properties
Content
The content of the item.
string Content { get; set; }
Property Value
ContentType
The type of the content. Possible values are text and html.
ChatMessageContentType ContentType { get; set; }