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
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
Reaction
Declaration
public ReactionName ReactionName { get; set; }
Property Value
Type | Description |
---|---|
Reaction |
User
Output only. The user who created the reaction.
Declaration
public User User { get; set; }
Property Value
Type | Description |
---|---|
User |