Class Reaction
A reaction to a message.
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
The emoji used in the reaction.
Declaration
public Emoji Emoji { get; set; }
Property Value
Type | Description |
---|---|
Emoji |
Name
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 |