Button
Extends
BaseButton
Constructors
Constructor
new Button(
data?
):Button
Parameters
Parameter | Type |
---|---|
data? | { additionalData : ComponentAdditionalData ; } |
data.additionalData? | ComponentAdditionalData |
Returns
Button
Inherited from
BaseButton.constructor
Properties
Property | Modifier | Type | Default value | Description | Inherited from |
---|---|---|---|---|---|
additionalData | public | null | ComponentAdditionalData | null | - | BaseButton.additionalData |
customId | abstract | string | undefined | The custom ID of the component | BaseButton.customId |
defer | public | boolean | false | Whether the component response should be automatically deferred | BaseButton.defer |
disabled | public | boolean | false | The disabled state of the button | BaseButton.disabled |
emoji? | public | object | undefined | The emoji of the button | BaseButton.emoji |
emoji.animated? | public | boolean | undefined | - | - |
emoji.id? | public | string | undefined | - | - |
emoji.name | public | string | undefined | - | - |
ephemeral | public | boolean | false | Whether the component response should be ephemeral | BaseButton.ephemeral |
id? | public | number | undefined | 32 bit integer used as an optional identifier for component The id field is optional and is used to identify components in the response from an interaction that aren't interactive components. The id must be unique within the message and is generated sequentially by Discord if left empty. Generation of ids won't use another id that exists in the message if you have one defined for another component. | BaseButton.id |
isV2 | readonly | false | false | - | BaseButton.isV2 |
label | abstract | string | undefined | The label of the button | BaseButton.label |
style | public | ButtonStyle | ButtonStyle.Primary | The style of the button | BaseButton.style |
type | readonly | Button | undefined | - | BaseButton.type |
Methods
createId()
createId(
additionalData
):string
Create a custom ID to use for this component that embeds additional data that you want to be handed
Parameters
Parameter | Type | Description |
---|---|---|
additionalData | null | ComponentAdditionalData | The additional data that you want to be passed in this component's custom ID |
Returns
string
The custom ID to use
Inherited from
BaseButton.createId
run()
abstract
run(interaction
):Promise
<void
>
Parameters
Parameter | Type |
---|---|
interaction | ButtonInteraction |
Returns
Promise
<void
>
serialize()
serialize():
APIButtonComponent
Returns
APIButtonComponent
Overrides
BaseButton.serialize