Preparing search index...
The search index is not available
@team-plain/typescript-sdk
@team-plain/typescript-sdk
<internal>
DiscordMessage
Interface DiscordMessage
interface
DiscordMessage
{
attachments
?:
Attachment
[]
;
createdAt
:
string
;
createdBy
:
Actor
;
deletedOnDiscordAt
?:
null
|
string
;
discordChannelId
:
string
;
discordGuildId
:
string
;
discordId
:
string
;
discordThreadId
:
string
;
discordTimestamp
:
string
;
id
:
string
;
lastEditedOnDiscordAt
?:
null
|
string
;
textContent
:
string
;
timelineEntryId
:
string
;
updatedAt
:
string
;
updatedBy
:
Actor
;
[
k
:
string
]
:
unknown
;
}
Indexable
[
k:
string
]:
unknown
Index
Properties
attachments?
created
At
created
By
deleted
On
Discord
At?
discord
Channel
Id
discord
Guild
Id
discord
Id
discord
Thread
Id
discord
Timestamp
id
last
Edited
On
Discord
At?
text
Content
timeline
Entry
Id
updated
At
updated
By
Properties
Optional
attachments
attachments
?:
Attachment
[]
created
At
created
At
:
string
created
By
created
By
:
Actor
Optional
deleted
On
Discord
At
deleted
On
Discord
At
?:
null
|
string
discord
Channel
Id
discord
Channel
Id
:
string
discord
Guild
Id
discord
Guild
Id
:
string
discord
Id
discord
Id
:
string
discord
Thread
Id
discord
Thread
Id
:
string
discord
Timestamp
discord
Timestamp
:
string
id
id
:
string
Optional
last
Edited
On
Discord
At
last
Edited
On
Discord
At
?:
null
|
string
text
Content
text
Content
:
string
timeline
Entry
Id
timeline
Entry
Id
:
string
updated
At
updated
At
:
string
updated
By
updated
By
:
Actor
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
attachments
created
At
created
By
deleted
On
Discord
At
discord
Channel
Id
discord
Guild
Id
discord
Id
discord
Thread
Id
discord
Timestamp
id
last
Edited
On
Discord
At
text
Content
timeline
Entry
Id
updated
At
updated
By
@team-plain/typescript-sdk
Loading...