@typed-discord/rest
Preparing search index...
types
SeparatorComponentForMessageRequest
Interface SeparatorComponentForMessageRequest
interface
SeparatorComponentForMessageRequest
{
divider
?:
boolean
|
null
;
id
?:
number
|
null
;
spacing
?:
MessageComponentSeparatorSpacingSize
|
null
;
type
:
SEPARATOR
;
}
Index
Properties
divider?
id?
spacing?
type
Properties
Optional
divider
divider
?:
boolean
|
null
Optional
id
id
?:
number
|
null
Optional
spacing
spacing
?:
MessageComponentSeparatorSpacingSize
|
null
type
type
:
SEPARATOR
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
divider
id
spacing
type
@typed-discord/rest
Loading...