Class EmojiReactionSummary
The number of people who reacted to a message with a specific emoji.
Implements
Namespace: Google.Apps.Chat.V1
Assembly: Google.Apps.Chat.V1.dll
Syntax
public sealed class EmojiReactionSummary : IMessage<EmojiReactionSummary>, IEquatable<EmojiReactionSummary>, IDeepCloneable<EmojiReactionSummary>, IBufferMessage, IMessage
Constructors
EmojiReactionSummary()
Declaration
public EmojiReactionSummary()
EmojiReactionSummary(EmojiReactionSummary)
Declaration
public EmojiReactionSummary(EmojiReactionSummary other)
Parameters
Type | Name | Description |
---|---|---|
EmojiReactionSummary | other |
Properties
Emoji
Emoji associated with the reactions.
Declaration
public Emoji Emoji { get; set; }
Property Value
Type | Description |
---|---|
Emoji |
HasReactionCount
Gets whether the "reaction_count" field is set
Declaration
public bool HasReactionCount { get; }
Property Value
Type | Description |
---|---|
bool |
ReactionCount
The total number of reactions using the associated emoji.
Declaration
public int ReactionCount { get; set; }
Property Value
Type | Description |
---|---|
int |