Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 1.56 KB

Message.md

File metadata and controls

31 lines (24 loc) · 1.56 KB

Message

key Type Description
id String Snowflake Id of the message.
channelId String Snowflake Id of the channel
type MessageType Message type.
content String Message content.
createdBy User The creator of the message
createdAt Number Timestamp for when the message was created.
editedAt Number? Timestamp for when the message was edited .
reactions MessageReaction[] Message Reactions
mentions MessageMention[] Messages that are mentioned in this message.
embed MessageEmbed? OG Tag embeds.
attachments MessageAttachments[] Attached images.

MessageType

TODO

MessageReaction

TODO

MessageMention

TODO

MessageEmbed

TODO

MessageAttachments

TODO