Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion developers/events/gateway-events.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -469,7 +469,7 @@ The ready event is dispatched when a client has completed the initial handshake
| session_id | string | Used for resuming connections |
| resume_gateway_url | string | Gateway URL for resuming connections |
| shard? | array of two integers (shard_id, num_shards) | [Shard information](/developers/events/gateway#sharding) associated with this session, if sent when identifying |
| application | partial [application object](/developers/resources/application#application-object) | Contains `id` and `flags` |
| application | partial [application object](/developers/resources/application#application-object) | Contains `id`, `flags`, and `flags_new` |

#### Resumed

Expand Down