PLEXICHATNarrative Docs
Intents
Guides, route-group overviews, and live schema entry points for the Plexichat backend.
REST http://api.plexichat.com/api/v1Gateway ws://api.plexichat.com/gatewayVersion a.1.0-49
Gateway Intents
Gateway intents let clients declare which event families they want to receive on the WebSocket connection.
Current Bitmask Summary
| Setting | Value |
|---|---|
| Default intents bitmask | 32509 |
| All intents bitmask | 65535 |
| Privileged intents bitmask | 33026 |
Intent Catalog
| Value | Name | In default set | Privileged | Description |
|---|---|---|---|---|
1 | GUILDS | Yes | No | Guild events (create, update, delete, channels, roles) |
2 | GUILD_MEMBERS | No | Yes | Guild member events (privileged) |
4 | GUILD_BANS | Yes | No | Guild ban events |
8 | GUILD_EMOJIS | Yes | No | Guild emoji events |
16 | GUILD_INTEGRATIONS | Yes | No | Guild integration events |
32 | GUILD_WEBHOOKS | Yes | No | Guild webhook events |
64 | GUILD_INVITES | Yes | No | Guild invite events |
128 | GUILD_VOICE_STATES | Yes | No | Voice state events |
256 | GUILD_PRESENCES | No | Yes | Presence events (privileged) |
512 | GUILD_MESSAGES | Yes | No | Guild message events |
1024 | GUILD_MESSAGE_REACTIONS | Yes | No | Guild reaction events |
2048 | GUILD_MESSAGE_TYPING | Yes | No | Guild typing events |
4096 | DIRECT_MESSAGES | Yes | No | Direct message events |
8192 | DIRECT_MESSAGE_REACTIONS | Yes | No | DM reaction events |
16384 | DIRECT_MESSAGE_TYPING | Yes | No | DM typing events |
32768 | MESSAGE_CONTENT | No | Yes | Message content (privileged) |
Usage Notes
- clients typically start with the default intent set unless they have a clear need for more
- privileged intents may require additional approval or policy review
- requesting fewer intents reduces unnecessary event volume and client processing work
- if an intent is omitted, matching events may be withheld from the gateway session