Class: Google::Apps::Chat::V1::ReactionBatchCreatedEventData
- Inherits:
-
Object
- Object
- Google::Apps::Chat::V1::ReactionBatchCreatedEventData
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/chat/v1/event_payload.rb
Overview
Event payload for multiple new reactions.
Event type: google.workspace.chat.reaction.v1.batchCreated
Instance Attribute Summary collapse
-
#reactions ⇒ ::Array<::Google::Apps::Chat::V1::ReactionCreatedEventData>
A list of new reactions.
Instance Attribute Details
#reactions ⇒ ::Array<::Google::Apps::Chat::V1::ReactionCreatedEventData>
Returns A list of new reactions.
207 208 209 210 |
# File 'proto_docs/google/chat/v1/event_payload.rb', line 207 class ReactionBatchCreatedEventData include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |