Interface
GatewayInviteCreateDispatchData
INVITE_CREATE — invite payload from gateway. May be partial; some instances send guild_id/channel_id without nested guild/channel objects.
Type
Partial<APIInvite> & { guild_id?: Snowflake; channel_id?: Snowflake; }Properties
| Name | Type | Description |
|---|---|---|
| channel_id? | Snowflake | |
| guild_id? | Snowflake |