Show / Hide Table of Contents

Class ReactionBatchCreatedEventData

Event payload for multiple new reactions.

Event type: google.workspace.chat.reaction.v1.batchCreated

Inheritance
object
ReactionBatchCreatedEventData
Implements
IMessage<ReactionBatchCreatedEventData>
IEquatable<ReactionBatchCreatedEventData>
IDeepCloneable<ReactionBatchCreatedEventData>
IBufferMessage
IMessage
Inherited Members
object.GetHashCode()
object.GetType()
object.ToString()
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>
In this article
Back to top Generated by DocFX