v0.16.3
Detritus
interface
InviteCreate
Properties
channel_id
code
created_at
guild_id
inviter
max_age
max_uses
temporary
uses
Search results
Types
Classes
Interfaces
Enums
Functions
Type aliases
Constants
Members
Properties
Methods
Getters
Setters
Enum members
Show privates
Other
In this module only
index
/
detritus-client
/
gateway
/
GatewayRawEvents
/
InviteCreate
Interface
InviteCreate
Defined in rawevents
Properties
channel_id
:
string
code
:
string
created_at
:
string
guild_id
:
string
inviter
:
RawUserPartial
interface
RawUserPartial
detritus-client/gateway/
RawUserPartial
max_age
:
number
max_uses
:
number
temporary
:
boolean
uses
:
number