EmbedAction.setTooltip method
EmbedAction › setTooltip
Unofficial
Set the tooltip shown when hovering the action.Signature:
setTooltip(tooltip: string): thisParameters:
| Parameter | Type | Description |
|---|---|---|
| tooltip | string | The tooltip text. |
Returns: this — The action, for chaining.