@typed-discord/rest
Preparing search index...
types
StringSelectOptionResponse
Interface StringSelectOptionResponse
interface
StringSelectOptionResponse
{
default
?:
boolean
;
description
?:
string
;
emoji
?:
ComponentEmojiResponse
;
label
:
string
;
value
:
string
;
}
Index
Properties
default?
description?
emoji?
label
value
Properties
Optional
default
default
?:
boolean
Optional
description
description
?:
string
Optional
emoji
emoji
?:
ComponentEmojiResponse
label
label
:
string
value
value
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
default
description
emoji
label
value
@typed-discord/rest
Loading...