Interface ITeamChatMessageReaction
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
ReactionType
Type of reaction
ChatMessageReactionType ReactionType { get; set; }
Property Value
User
The user who reacted to the message.
ITeamIdentitySet User { get; set; }