Class: Google::Apps::Chat::V1::ReactionBatchDeletedEventData

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#reactions::Array<::Google::Apps::Chat::V1::ReactionDeletedEventData>

Returns A list of deleted reactions.

Returns:



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