Class ReactionCreatedEventData
Event payload for a new reaction. Event type: google.workspace.chat.reaction.v1.created
Implements
Inherited Members
Namespace: Google.Apis.HangoutsChat.v1.Data
Assembly: Google.Apis.HangoutsChat.v1.dll
Syntax
public class ReactionCreatedEventData : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Reaction
The new reaction.
Declaration
[JsonProperty("reaction")]
public virtual Reaction Reaction { get; set; }
Property Value
Type | Description |
---|---|
Reaction |