@typed-discord/rest
Preparing search index...
types
ContainerComponentResponse
Interface ContainerComponentResponse
interface
ContainerComponentResponse
{
accent_color
:
number
|
null
;
components
:
(
|
ActionRowComponentResponse
|
FileComponentResponse
|
MediaGalleryComponentResponse
|
SectionComponentResponse
|
SeparatorComponentResponse
|
TextDisplayComponentResponse
)
[]
;
id
:
number
;
spoiler
:
boolean
;
type
:
CONTAINER
;
}
Index
Properties
accent_
color
components
id
spoiler
type
Properties
accent_
color
accent_color
:
number
|
null
components
components
:
(
|
ActionRowComponentResponse
|
FileComponentResponse
|
MediaGalleryComponentResponse
|
SectionComponentResponse
|
SeparatorComponentResponse
|
TextDisplayComponentResponse
)
[]
id
id
:
number
spoiler
spoiler
:
boolean
type
type
:
CONTAINER
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
accent_
color
components
id
spoiler
type
@typed-discord/rest
Loading...