Reference documentation and code samples for the Google Chat V1 API class Google::Apps::Chat::V1::EmojiReactionSummary.
The number of people who reacted to a message with a specific emoji.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#emoji
def emoji() -> ::Google::Apps::Chat::V1::Emoji
Returns
- (::Google::Apps::Chat::V1::Emoji) — Emoji associated with the reactions.
#emoji=
def emoji=(value) -> ::Google::Apps::Chat::V1::Emoji
Parameter
- value (::Google::Apps::Chat::V1::Emoji) — Emoji associated with the reactions.
Returns
- (::Google::Apps::Chat::V1::Emoji) — Emoji associated with the reactions.
#reaction_count
def reaction_count() -> ::Integer
Returns
- (::Integer) — The total number of reactions using the associated emoji.
#reaction_count=
def reaction_count=(value) -> ::Integer
Parameter
- value (::Integer) — The total number of reactions using the associated emoji.
Returns
- (::Integer) — The total number of reactions using the associated emoji.