Struct ReactionInfo
Represents a reaction on a thread message.
Inherited Members
Namespace: Unity.AppUI.UI
Assembly: Unity.AppUI.dll
Syntax
public struct ReactionInfo
Fields
count
The number of users who reacted with this emoji.
Declaration
public int count
Field Value
| Type | Description |
|---|---|
| int |
emoji
The emoji character for this reaction.
Declaration
public string emoji
Field Value
| Type | Description |
|---|---|
| string |
isOwnReaction
Whether the current user has reacted with this emoji.
Declaration
public bool isOwnReaction
Field Value
| Type | Description |
|---|---|
| bool |