channelID
channelID: string
content
content: null | string
createdAt
createdAt: Date
deletedAt
deletedAt: null | Date
editedTimestamp
editedTimestamp: null | Date
Optional
embeds
embeds?: [] | {
author?: {
icon_url?: string;
name?: string;
url?: string;
};
color?: number;
description?: string;
fields?: {
inline: boolean;
name: string;
value: string;
}[];
footer?: {
icon_url?: string;
text: string;
};
image?: {
url?: string;
};
thumbnail?: {
url?: string;
};
timestamp?: string;
title?: string;
url?: string;
}[]
guildID
guildID: null | string
Optional
hiddenLinkPreviewUrls
hiddenLinkPreviewUrls?: string[]
isPrivate
isPrivate: boolean
isSilent
isSilent: boolean
memberID
memberID: string
mentions
mentions: null | {
channels?: {
id: string;
}[];
everyone?: boolean;
here?: boolean;
roles?: {
id: number;
}[];
users?: {
id: string;
}[];
}
Type declaration
Optional
channels?: {
id: string;
}[]
Optional
everyone?: boolean
Optional
here?: boolean
Optional
roles?: {
id: number;
}[]
Optional
users?: {
id: string;
}[]
replyMessageIds
replyMessageIds: string[]
type
type: string
Optional
webhookID
webhookID?: null | string
ID of the channel on which the message was sent.