Show / Hide Table of Contents

Class EmojiReactionSummary

The number of people who reacted to a message with a specific emoji.

Inheritance
object
EmojiReactionSummary
Implements
IMessage<EmojiReactionSummary>
IEquatable<EmojiReactionSummary>
IDeepCloneable<EmojiReactionSummary>
IBufferMessage
IMessage
Inherited Members
object.GetHashCode()
object.GetType()
object.ToString()
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

Output only. 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

Output only. The total number of reactions using the associated emoji.

Declaration
public int ReactionCount { get; set; }
Property Value
Type Description
int
In this article
Back to top Generated by DocFX