Class ReactionCreatedEventData
Event payload for a new reaction.
Event type: google.workspace.chat.reaction.v1.created
Implements
Namespace: Google.Apps.Chat.V1
Assembly: Google.Apps.Chat.V1.dll
Syntax
public sealed class ReactionCreatedEventData : IMessage<ReactionCreatedEventData>, IEquatable<ReactionCreatedEventData>, IDeepCloneable<ReactionCreatedEventData>, IBufferMessage, IMessage
Constructors
ReactionCreatedEventData()
Declaration
public ReactionCreatedEventData()
ReactionCreatedEventData(ReactionCreatedEventData)
Declaration
public ReactionCreatedEventData(ReactionCreatedEventData other)
Parameters
Type | Name | Description |
---|---|---|
ReactionCreatedEventData | other |
Properties
Reaction
The new reaction.
Declaration
public Reaction Reaction { get; set; }
Property Value
Type | Description |
---|---|
Reaction |