Class: Google::Apps::Chat::V1::MessageUpdatedEventData

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

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

Instance Attribute Summary collapse

Instance Attribute Details

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

Returns The updated message.

Returns:



107
108
109
110
# File 'proto_docs/google/chat/v1/event_payload.rb', line 107

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