GatewayInviteCreateDispatchData

export interface GatewayInviteCreateDispatchData
export interface GatewayInviteCreateDispatchData
channel_id:Snowflake
The channel the invite is for
created_at:number
The time at which the invite was created
guild_id?:Snowflake
The guild of the invite
inviter?:APIUser
max_age:number
How long the invite is valid for (in seconds)
max_uses:number
The maximum number of times the invite can be used
target_application?:Partial<APIApplication>
The embedded application to open for this voice channel embedded application invite
target_type?:InviteTargetType
target_user?:APIUser
The user whose stream to display for this voice channel stream invite
temporary:boolean
Whether or not the invite is temporary (invited users will be kicked on disconnect unless they're assigned a role)
uses:0
How many times the invite has been used (always will be 0)