Interface MessageDeleteBulkPacket

Hierarchy

Properties

d op s t

Properties

d: {
    channel_id: string;
    guild_id?: string;
    ids: string[];
}

Type declaration

  • channel_id: string
  • Optional guild_id?: string
  • ids: string[]
s: number
t: "MESSAGE_DELETE_BULK"