@typed-discord/rest
Preparing search index...
types
ActionRowComponentResponse
Interface ActionRowComponentResponse
interface
ActionRowComponentResponse
{
components
:
(
|
ButtonComponentResponse
|
ChannelSelectComponentResponse
|
MentionableSelectComponentResponse
|
RoleSelectComponentResponse
|
StringSelectComponentResponse
|
TextInputComponentResponse
|
UserSelectComponentResponse
)
[]
;
id
:
number
;
type
:
ACTION_ROW
;
}
Index
Properties
components
id
type
Properties
components
components
:
(
|
ButtonComponentResponse
|
ChannelSelectComponentResponse
|
MentionableSelectComponentResponse
|
RoleSelectComponentResponse
|
StringSelectComponentResponse
|
TextInputComponentResponse
|
UserSelectComponentResponse
)
[]
id
id
:
number
type
type
:
ACTION_ROW
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
components
id
type
@typed-discord/rest
Loading...