Show / Hide Table of Contents

Class Reaction

A reaction to a message.

Inheritance
object
Reaction
Implements
IMessage<Reaction>
IEquatable<Reaction>
IDeepCloneable<Reaction>
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 Reaction : IMessage<Reaction>, IEquatable<Reaction>, IDeepCloneable<Reaction>, IBufferMessage, IMessage

Constructors

Reaction()

Declaration
public Reaction()

Reaction(Reaction)

Declaration
public Reaction(Reaction other)
Parameters
Type Name Description
Reaction other

Properties

Emoji

Required. The emoji used in the reaction.

Declaration
public Emoji Emoji { get; set; }
Property Value
Type Description
Emoji

Name

Identifier. The resource name of the reaction.

Format: spaces/{space}/messages/{message}/reactions/{reaction}

Declaration
public string Name { get; set; }
Property Value
Type Description
string

ReactionName

ReactionName-typed view over the Name resource name property.

Declaration
public ReactionName ReactionName { get; set; }
Property Value
Type Description
ReactionName

User

Output only. The user who created the reaction.

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