Class: Google::Apps::Chat::V1::ReactionCreatedEventData

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 a new reaction.

Event type: google.workspace.chat.reaction.v1.created

Instance Attribute Summary collapse

Instance Attribute Details

#reaction::Google::Apps::Chat::V1::Reaction

Returns The new reaction.

Returns:



185
186
187
188
# File 'proto_docs/google/chat/v1/event_payload.rb', line 185

class ReactionCreatedEventData
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end