@theophilusdev/conduit
Preparing search index...
Message
Interface Message
interface
Message
{
attachments
:
MessageAttachment
[]
;
body
:
string
;
mentions
:
Record
<
string
,
string
>
;
messageID
:
string
;
participantIDs
:
string
[]
;
senderID
:
string
;
threadID
:
string
;
timestamp
:
string
;
}
Hierarchy (
View Summary
)
Message
MessageCreatePayload
MessageRespondPayload
Index
Properties
attachments
body
mentions
message
ID
participant
I
Ds
sender
ID
thread
ID
timestamp
Properties
attachments
attachments
:
MessageAttachment
[]
body
body
:
string
mentions
mentions
:
Record
<
string
,
string
>
message
ID
messageID
:
string
participant
I
Ds
participantIDs
:
string
[]
sender
ID
senderID
:
string
thread
ID
threadID
:
string
timestamp
timestamp
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
attachments
body
mentions
message
ID
participant
I
Ds
sender
ID
thread
ID
timestamp
@theophilusdev/conduit
Loading...