Interface IChatMessageReaction
Represents a reaction to a chatMessage entity.
public interface IChatMessageReaction : IDataModel<IChatMessageReaction>, IDataModelParent, IDataModelWithContext, ISupportModules<IChatMessageReaction>
- 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.
IChatIdentitySet User { get; set; }