Sendbird Chat SDK for Unity
SbReaction

Objects representing a reaction. More...

Properties

string Key [get]
 The key of the reaction. More...
 
long UpdatedAt [get]
 The updated time of the reaction in milliseconds. More...
 
IReadOnlyList< string > UserIds [get]
 User ids. More...
 

Detailed Description

Objects representing a reaction.

Since
4.0.0

Property Documentation

◆ Key

string Key
get

The key of the reaction.

Since
4.0.0

◆ UpdatedAt

long UpdatedAt
get

The updated time of the reaction in milliseconds.

Since
4.0.0

◆ UserIds

IReadOnlyList<string> UserIds
get

User ids.

Since
4.0.0