Type Alias PossiblyUncachedMessage
PossiblyUncachedMessage: Message<AnyTextableChannel> | { channelID: string; deletedAt: Date; guildID: string; id: string; isPrivate: boolean | null; } Type declaration
channelID: string
deletedAt: Date
guildID: string
id: string
isPrivate: boolean | null
ID of the channel where the message was sent.