From d3bfdadfcd984ff1b719646ac40a497bc71533f5 Mon Sep 17 00:00:00 2001 From: TheKodeToad Date: Mon, 14 Apr 2025 13:14:59 +0100 Subject: [PATCH] Add invite type to Invite Create event --- docs/events/gateway-events.mdx | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/events/gateway-events.mdx b/docs/events/gateway-events.mdx index 4cfc53c8bc..55d6a4bf29 100644 --- a/docs/events/gateway-events.mdx +++ b/docs/events/gateway-events.mdx @@ -949,6 +949,7 @@ Sent when a new invite to a channel is created. | Field | Type | Description | |---------------------|------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------------| +| type | integer | The [type of invite](#DOCS_RESOURCES_INVITE/invite-object-invite-types) | | channel_id | snowflake | Channel the invite is for | | code | string | Unique invite [code](#DOCS_RESOURCES_INVITE/invite-object) | | created_at | ISO8601 timestamp | Time at which the invite was created |