Class: Google::Apps::Chat::V1::Reaction
- Inherits:
-
Object
- Object
- Google::Apps::Chat::V1::Reaction
- 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
-
#emoji ⇒ ::Google::Apps::Chat::V1::Emoji
Required.
-
#name ⇒ ::String
Identifier.
-
#user ⇒ ::Google::Apps::Chat::V1::User
readonly
Output only.
Instance Attribute Details
#emoji ⇒ ::Google::Apps::Chat::V1::Emoji
Returns Required. The emoji used in the 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 |
#name ⇒ ::String
Returns 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 |