Show / Hide Table of Contents

Class MessageBatchCreatedEventData

Event payload for multiple new messages.

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

Inheritance
object
MessageBatchCreatedEventData
Implements
IMessage<MessageBatchCreatedEventData>
IEquatable<MessageBatchCreatedEventData>
IDeepCloneable<MessageBatchCreatedEventData>
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 MessageBatchCreatedEventData : IMessage<MessageBatchCreatedEventData>, IEquatable<MessageBatchCreatedEventData>, IDeepCloneable<MessageBatchCreatedEventData>, IBufferMessage, IMessage

Constructors

MessageBatchCreatedEventData()

Declaration
public MessageBatchCreatedEventData()

MessageBatchCreatedEventData(MessageBatchCreatedEventData)

Declaration
public MessageBatchCreatedEventData(MessageBatchCreatedEventData other)
Parameters
Type Name Description
MessageBatchCreatedEventData other

Properties

Messages

A list of new messages.

Declaration
public RepeatedField<MessageCreatedEventData> Messages { get; }
Property Value
Type Description
RepeatedField<MessageCreatedEventData>
In this article
Back to top Generated by DocFX