@bootdesk/js-web-adapter-core
Preparing search index...
DMRequestedEvent
Class DMRequestedEvent
Hierarchy (
View Summary
)
ChatEvent
DMRequestedEvent
Index
Constructors
constructor
Properties
thread
Id
timestamp
type
user
Id
from
JSON
Constructors
constructor
new
DMRequestedEvent
(
threadId
:
string
,
userId
:
string
,
timestamp
?:
number
,
)
:
DMRequestedEvent
Parameters
threadId
:
string
userId
:
string
Optional
timestamp
:
number
Returns
DMRequestedEvent
Properties
Readonly
thread
Id
threadId
:
string
Readonly
timestamp
timestamp
:
number
Readonly
type
type
:
string
Readonly
user
Id
userId
:
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
user
Id
from
JSON
@bootdesk/js-web-adapter-core
Loading...