Class: Google::Apps::Chat::V1::EmojiReactionSummary
- Inherits:
-
Object
- Object
- Google::Apps::Chat::V1::EmojiReactionSummary
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/chat/v1/reaction.rb
Overview
The number of people who reacted to a message with a specific emoji.
Instance Attribute Summary collapse
-
#emoji ⇒ ::Google::Apps::Chat::V1::Emoji
readonly
Output only.
-
#reaction_count ⇒ ::Integer
readonly
Output only.
Instance Attribute Details
#emoji ⇒ ::Google::Apps::Chat::V1::Emoji (readonly)
Returns Output only. Emoji associated with the reactions.
69 70 71 72 |
# File 'proto_docs/google/chat/v1/reaction.rb', line 69 class EmojiReactionSummary include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#reaction_count ⇒ ::Integer (readonly)
Returns Output only. The total number of reactions using the associated emoji.
69 70 71 72 |
# File 'proto_docs/google/chat/v1/reaction.rb', line 69 class EmojiReactionSummary include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |