Preparing search index...
The search index is not available
Oceanic
Oceanic
Types/Gateway/Raw
InviteCreatePacket
Interface InviteCreatePacket
interface
InviteCreatePacket
{
d
:
{
channel_id
:
string
;
code
:
string
;
created_at
:
string
;
guild_id
?:
string
;
inviter
?:
RawUser
;
max_age
:
number
;
max_uses
:
number
;
target_application
?:
RawPartialApplication
;
target_type
?:
InviteTargetTypes
;
target_user
?:
RawUser
;
temporary
:
boolean
;
type
:
InviteTypes
;
uses
:
number
;
}
;
op
:
DISPATCH
;
s
:
number
;
t
:
"INVITE_CREATE"
;
}
Hierarchy (
view full
)
BaseDispatchPacket
InviteCreatePacket
Index
Properties
d
op
s
t
Properties
d
d
:
{
channel_id
:
string
;
code
:
string
;
created_at
:
string
;
guild_id
?:
string
;
inviter
?:
RawUser
;
max_age
:
number
;
max_uses
:
number
;
target_application
?:
RawPartialApplication
;
target_type
?:
InviteTargetTypes
;
target_user
?:
RawUser
;
temporary
:
boolean
;
type
:
InviteTypes
;
uses
:
number
;
}
Type declaration
channel_
id
:
string
code
:
string
created_
at
:
string
Optional
guild_
id
?:
string
Optional
inviter
?:
RawUser
max_
age
:
number
max_
uses
:
number
Optional
target_
application
?:
RawPartialApplication
Optional
target_
type
?:
InviteTargetTypes
Optional
target_
user
?:
RawUser
temporary
:
boolean
type
:
InviteTypes
uses
:
number
op
op
:
DISPATCH
s
s
:
number
t
t
:
"INVITE_CREATE"
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
d
op
s
t
Oceanic
Loading...