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 |