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