Class: Google::Apps::Chat::V1::EmojiReactionSummary

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#emoji::Google::Apps::Chat::V1::Emoji (readonly)

Returns Output only. Emoji associated with the reactions.

Returns:



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.

Returns:

  • (::Integer)

    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