Class: Google::Apps::Chat::V1::MessageCreatedEventData

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 message.

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

Instance Attribute Summary collapse

Instance Attribute Details

#message::Google::Apps::Chat::V1::Message

Returns The new message.

Returns:



96
97
98
99
# File 'proto_docs/google/chat/v1/event_payload.rb', line 96

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