Table of Contents

Interface ITeamChatMessageReaction

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

Represents a reaction to a chatMessage entity.

public interface ITeamChatMessageReaction : IDataModel<ITeamChatMessageReaction>, IDataModelParent, IDataModelWithContext, ISupportModules<ITeamChatMessageReaction>
Inherited Members
Extension Methods

Properties

CreatedDateTime

The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z'

DateTimeOffset CreatedDateTime { get; set; }

Property Value

DateTimeOffset

ReactionType

Type of reaction

ChatMessageReactionType ReactionType { get; set; }

Property Value

ChatMessageReactionType

User

The user who reacted to the message.

ITeamIdentitySet User { get; set; }

Property Value

ITeamIdentitySet