Interface ITeamChatMessageContent
Public interface to define the content of a chat message
public interface ITeamChatMessageContent : IDataModel<ITeamChatMessageContent>, IDataModelParent, IDataModelWithContext, ISupportModules<ITeamChatMessageContent>
- 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; }