> For the complete documentation index, see [llms.txt](https://zumo.fusion.ac/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://zumo.fusion.ac/api-reference/zumo-published-events/bw-party.md).

# bwParty

Published by Zumo (`botId: "zumo"`). Category: `bedwars`.

Bedwars party status changed.

```ts
{
  botId: 'zumo';
  category: 'bedwars';
  timestamp: number;
  host: { username: string; prefix: string };
  messages: { timestamp: number; lobbyId: number; content: string }[];
  requesters: { username: string; prefix: string }[];
  possibleMembers: { username: string; prefix: string; diffSeconds: number; lobbyId: number }[];
}
```
