@typed-discord/rest
Preparing search index...
types
EntitlementResponse
Interface EntitlementResponse
interface
EntitlementResponse
{
application_id
:
`
${
bigint
}
`
;
consumed
?:
boolean
;
deleted
:
boolean
;
ends_at
:
string
|
null
;
fulfilled_at
?:
string
|
null
;
fulfillment_status
?:
EntitlementTenantFulfillmentStatusResponse
|
null
;
gifter_user_id
?:
`
${
bigint
}
`
|
null
;
guild_id
?:
`
${
bigint
}
`
|
null
;
id
:
`
${
bigint
}
`
;
parent_id
?:
`
${
bigint
}
`
|
null
;
sku_id
:
`
${
bigint
}
`
;
starts_at
:
string
|
null
;
type
:
EntitlementTypes
;
user_id
:
`
${
bigint
}
`
;
}
Index
Properties
application_
id
consumed?
deleted
ends_
at
fulfilled_
at?
fulfillment_
status?
gifter_
user_
id?
guild_
id?
id
parent_
id?
sku_
id
starts_
at
type
user_
id
Properties
application_
id
application_id
:
`
${
bigint
}
`
Optional
consumed
consumed
?:
boolean
deleted
deleted
:
boolean
ends_
at
ends_at
:
string
|
null
Optional
fulfilled_
at
fulfilled_at
?:
string
|
null
Optional
fulfillment_
status
fulfillment_status
?:
EntitlementTenantFulfillmentStatusResponse
|
null
Optional
gifter_
user_
id
gifter_user_id
?:
`
${
bigint
}
`
|
null
Optional
guild_
id
guild_id
?:
`
${
bigint
}
`
|
null
id
id
:
`
${
bigint
}
`
Optional
parent_
id
parent_id
?:
`
${
bigint
}
`
|
null
sku_
id
sku_id
:
`
${
bigint
}
`
starts_
at
starts_at
:
string
|
null
type
type
:
EntitlementTypes
user_
id
user_id
:
`
${
bigint
}
`
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
application_
id
consumed
deleted
ends_
at
fulfilled_
at
fulfillment_
status
gifter_
user_
id
guild_
id
id
parent_
id
sku_
id
starts_
at
type
user_
id
@typed-discord/rest
Loading...