kord
Toggle table of contents
or(map(map(map(map(valueof(ProcessOutputValueSource))))), map(map(map(map(valueof(ProcessOutputValueSource))))))
common
Platform filter
common
Switch theme
Search in API
kord
kord-core
/
dev.kord.core.entity
/
MessageSnapshot
Message
Snapshot
class
MessageSnapshot
(
val
data
:
MessageSnapshotData
,
val
kord
:
Kord
)
:
KordObject
(
source
)
Members
Constructors
Message
Snapshot
Link copied to clipboard
constructor
(
data
:
MessageSnapshotData
,
kord
:
Kord
)
Properties
attachments
Link copied to clipboard
val
attachments
:
List
<
Attachment
>
content
Link copied to clipboard
val
content
:
String
data
Link copied to clipboard
val
data
:
MessageSnapshotData
edited
Timestamp
Link copied to clipboard
val
editedTimestamp
:
Instant
?
embeds
Link copied to clipboard
val
embeds
:
List
<
EmbedData
>
flags
Link copied to clipboard
val
flags
:
MessageFlags
?
kord
Link copied to clipboard
open
override
val
kord
:
Kord
The kord instance that created this object.
mention
Roles
Link copied to clipboard
val
mentionRoles
:
List
<
Snowflake
>
mentions
Link copied to clipboard
val
mentions
:
List
<
Snowflake
>
timestamp
Link copied to clipboard
val
timestamp
:
Instant
type
Link copied to clipboard
val
type
:
MessageType