interface GatewayMessageDeleteDispatchData {
    channel_id: string;
    guild_id?: string;
    id: string;
}

Properties

channel_id: string

The id of the channel

guild_id?: string

The id of the guild

id: string

The id of the message