ODTranscriptButtonComponentData interface
under construction
We are still working the API Reference! This page might be incomplete or doesn't contain all details!
Overview
A universal representatation of a discord message button for transcripts.
Properties
color
type ➜ api.ODValidButtonColor
The color of this button.
inherited disabled
boolean ➜ boolean
Is this component disabled?
emoji
type ➜ null|api.ODTranscriptEmojiData
The emoji of this button.
inherited id
type ➜ null|string
The custom id of this component.
label
type ➜ null|string
The label of this button.
mode
type ➜ "button"|"url"
Is this button a url or button?
type
type ➜ "button"
The type of this component.
url
type ➜ null|string
The url of this button.