Class: Google::Apps::Chat::V1::Reaction

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/chat/v1/reaction.rb

Overview

A reaction to a message.

Instance Attribute Summary collapse

Instance Attribute Details

#emoji::Google::Apps::Chat::V1::Emoji

Returns Required. The emoji used in the reaction.

Returns:



36
37
38
39
# File 'proto_docs/google/chat/v1/reaction.rb', line 36

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

#name::String

Returns Identifier. The resource name of the reaction.

Format: spaces/{space}/messages/{message}/reactions/{reaction}.

Returns:

  • (::String)

    Identifier. The resource name of the reaction.

    Format: spaces/{space}/messages/{message}/reactions/{reaction}



36
37
38
39
# File 'proto_docs/google/chat/v1/reaction.rb', line 36

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

#user::Google::Apps::Chat::V1::User (readonly)

Returns Output only. The user who created the reaction.

Returns:



36
37
38
39
# File 'proto_docs/google/chat/v1/reaction.rb', line 36

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