@bootdesk/js-web-adapter-core
Preparing search index...
ChatEvent
Class ChatEvent
Abstract
Hierarchy (
View Summary
)
ChatEvent
UnknownEvent
MessagePostedEvent
MessageEditedEvent
MessageDeletedEvent
ReactionAddedEvent
ReactionRemovedEvent
TypingStartedEvent
StreamingChunkEvent
DMRequestedEvent
Index
Constructors
constructor
Properties
thread
Id
timestamp
type
from
JSON
Constructors
constructor
new
ChatEvent
(
type
:
string
,
threadId
:
string
,
timestamp
:
number
)
:
ChatEvent
Parameters
type
:
string
threadId
:
string
timestamp
:
number
Returns
ChatEvent
Properties
Readonly
thread
Id
threadId
:
string
Readonly
timestamp
timestamp
:
number
Readonly
type
type
:
string
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
thread
Id
timestamp
type
from
JSON
@bootdesk/js-web-adapter-core
Loading...