Class ReactionBatchCreatedEventData
Event payload for multiple new reactions.
Event type: google.workspace.chat.reaction.v1.batchCreated
Implements
Namespace: Google.Apps.Chat.V1
Assembly: Google.Apps.Chat.V1.dll
Syntax
public sealed class ReactionBatchCreatedEventData : IMessage<ReactionBatchCreatedEventData>, IEquatable<ReactionBatchCreatedEventData>, IDeepCloneable<ReactionBatchCreatedEventData>, IBufferMessage, IMessage
Constructors
ReactionBatchCreatedEventData()
Declaration
public ReactionBatchCreatedEventData()
ReactionBatchCreatedEventData(ReactionBatchCreatedEventData)
Declaration
public ReactionBatchCreatedEventData(ReactionBatchCreatedEventData other)
Parameters
Type | Name | Description |
---|---|---|
ReactionBatchCreatedEventData | other |
Properties
Reactions
A list of new reactions.
Declaration
public RepeatedField<ReactionCreatedEventData> Reactions { get; }
Property Value
Type | Description |
---|---|
RepeatedField<ReactionCreatedEventData> |