ReferenceEvent & Data Models
MessageBulkDeleteEventPayload
Reference for `MessageBulkDeleteEventPayload`, exported as part of the public Shardwire surface.
interface exported from src/discord/types.ts.
Summary
Reference for MessageBulkDeleteEventPayload, exported as part of the public Shardwire surface.
Signature
export interface MessageBulkDeleteEventPayload extends EventEnvelopeBase {
channelId: Snowflake;
guildId: Snowflake;
messageIds: Snowflake[];
/** Discord `ChannelType` for `channelId` when known. */
channelType?: number;
/** Parent category or forum/text parent when the channel reports one. */
parentChannelId?: Snowflake;
}