Class: Google::Apps::Chat::V1::MessageBatchUpdatedEventData
- Inherits:
-
Object
- Object
- Google::Apps::Chat::V1::MessageBatchUpdatedEventData
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/chat/v1/event_payload.rb
Overview
Event payload for multiple updated messages.
Event type: google.workspace.chat.message.v1.batchUpdated
Instance Attribute Summary collapse
-
#messages ⇒ ::Array<::Google::Apps::Chat::V1::MessageUpdatedEventData>
A list of updated messages.
Instance Attribute Details
#messages ⇒ ::Array<::Google::Apps::Chat::V1::MessageUpdatedEventData>
Returns A list of updated messages.
141 142 143 144 |
# File 'proto_docs/google/chat/v1/event_payload.rb', line 141 class MessageBatchUpdatedEventData include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |