Skip to content

Commit

Permalink
Fix minor typo (#5759)
Browse files Browse the repository at this point in the history
  • Loading branch information
MinnDevelopment authored Dec 17, 2022
1 parent 2600e3c commit 4f50189
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/topics/Gateway.md
Original file line number Diff line number Diff line change
Expand Up @@ -486,7 +486,7 @@ Payload compression will be disabled if you use [transport compression](#DOCS_TO
When using ETF (External Term Format) encoding, there are some specific behaviors you should know:

- Snowflake IDs are transmitted as 64-bit integers or strings.
- Your app can't send compressed messages to the guild.
- Your app can't send compressed messages to the server.
- When sending payloads, you must use string keys. Using atom keys will result in a [`4002`](#DOCS_TOPICS_OPCODES_AND_STATUS_CODES/gateway-gateway-close-event-codes) decode error.

See [erlpack](https://github.com/discord/erlpack) for an ETF implementation example.
Expand Down

0 comments on commit 4f50189

Please sign in to comment.