Sendbird Chat SDK for Unity
SbReactionEvent

Objects representing a reaction event. More...

Properties

string Key [get]
 The key of the SbReaction this event belongs to. More...
 
long MessageId [get]
 The message ID which contains the SbReaction of this event. More...
 
long UpdatedAt [get]
 The updated timestamp of the reaction event in milliseconds. More...
 
string UserId [get]
 The user ID of the User who have created this reaction event.. More...
 
SbReactionEventAction Operation [get]
 Refer to SbReactionEventAction. More...
 

Detailed Description

Objects representing a reaction event.

Since
4.0.0

Property Documentation

◆ Key

string Key
get

The key of the SbReaction this event belongs to.

Since
4.0.0

◆ MessageId

long MessageId
get

The message ID which contains the SbReaction of this event.

Since
4.0.0

◆ Operation

SbReactionEventAction Operation
get

Refer to SbReactionEventAction.

Since
4.0.0

◆ UpdatedAt

long UpdatedAt
get

The updated timestamp of the reaction event in milliseconds.

Since
4.0.0

◆ UserId

string UserId
get

The user ID of the User who have created this reaction event..

Since
4.0.0