Skip to main content

ODButtonData interface

under construction

We are still working the API Reference! This page might be incomplete or doesn't contain all details!

Overview

This interface contains the data to build a button.

View Source

Properties


color type null|api.ODValidButtonColor

The button color

View Source


customId string string

The custom id of this button

View Source


disabled boolean boolean

Is the button disabled?

View Source


emoji type null|string

The button emoji

View Source


label type null|string

The button label

View Source


mode type "button"|"url"

The mode of this button

View Source


url type null|string

The url for when the mode is set to "url"

View Source