Table of Contents

Interface ITeamChatMessageContent

Namespace
PnP.Core.Model.Teams
Assembly
PnP.Core.dll

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

string

ContentType

The type of the content. Possible values are text and html.

ChatMessageContentType ContentType { get; set; }

Property Value

ChatMessageContentType