Class: Google::Apps::Chat::V1::ReactionBatchDeletedEventData
- Inherits:
-
Object
- Object
- Google::Apps::Chat::V1::ReactionBatchDeletedEventData
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/chat/v1/event_payload.rb
Overview
Event payload for multiple deleted reactions.
Event type: google.workspace.chat.reaction.v1.batchDeleted
Instance Attribute Summary collapse
-
#reactions ⇒ ::Array<::Google::Apps::Chat::V1::ReactionDeletedEventData>
A list of deleted reactions.
Instance Attribute Details
#reactions ⇒ ::Array<::Google::Apps::Chat::V1::ReactionDeletedEventData>
Returns A list of deleted reactions.
218 219 220 221 |
# File 'proto_docs/google/chat/v1/event_payload.rb', line 218 class ReactionBatchDeletedEventData include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |