@bootdesk/js-web-adapter-core
Preparing search index...
Message
Interface Message
interface
Message
{
attachments
?:
Attachment
[]
;
author
:
User
;
content
:
MessageContent
;
id
:
string
;
isStreaming
?:
boolean
;
reactions
?:
Reaction
[]
;
replyTo
?:
Message
;
threadId
:
string
;
timestamp
:
number
;
}
Index
Properties
attachments?
author
content
id
is
Streaming?
reactions?
reply
To?
thread
Id
timestamp
Properties
Optional
attachments
attachments
?:
Attachment
[]
author
author
:
User
content
content
:
MessageContent
id
id
:
string
Optional
is
Streaming
isStreaming
?:
boolean
Optional
reactions
reactions
?:
Reaction
[]
Optional
reply
To
replyTo
?:
Message
thread
Id
threadId
:
string
timestamp
timestamp
:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
attachments
author
content
id
is
Streaming
reactions
reply
To
thread
Id
timestamp
@bootdesk/js-web-adapter-core
Loading...