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
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
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)
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 |