@bootdesk/js-web-adapter-core
Preparing search index...
ReactionAddedEvent
Class ReactionAddedEvent
Hierarchy (
View Summary
)
ChatEvent
ReactionAddedEvent
Index
Constructors
constructor
Properties
emoji
message
Id
thread
Id
timestamp
type
user
from
JSON
Constructors
constructor
new
ReactionAddedEvent
(
threadId
:
string
,
messageId
:
string
,
emoji
:
string
,
user
:
User
,
timestamp
?:
number
,
)
:
ReactionAddedEvent
Parameters
threadId
:
string
messageId
:
string
emoji
:
string
user
:
User
Optional
timestamp
:
number
Returns
ReactionAddedEvent
Properties
Readonly
emoji
emoji
:
string
Readonly
message
Id
messageId
:
string
Readonly
thread
Id
threadId
:
string
Readonly
timestamp
timestamp
:
number
Readonly
type
type
:
string
Readonly
user
user
:
User
Static
from
JSON
fromJSON
:
(
(
json
:
Record
<
string
,
unknown
>
)
=>
ChatEvent
)
|
undefined
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
emoji
message
Id
thread
Id
timestamp
type
user
from
JSON
@bootdesk/js-web-adapter-core
Loading...