Class: Google::Apps::Chat::V1::ReactionCreatedEventData
- Inherits:
-
Object
- Object
- Google::Apps::Chat::V1::ReactionCreatedEventData
- 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
-
#reaction ⇒ ::Google::Apps::Chat::V1::Reaction
The new reaction.
Instance Attribute Details
#reaction ⇒ ::Google::Apps::Chat::V1::Reaction
Returns The new reaction.
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 |