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