interface GatewayMessageDeleteBulkDispatchData {
    channel_id: string;
    guild_id?: string;
    ids: string[];
}

Properties

channel_id: string

The id of the channel

guild_id?: string

The id of the guild

ids: string[]

The ids of the messages