Skip to main content

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.

View Source

Properties


color type api.ODValidButtonColor

The color of this button.

View Source


inherited disabled boolean boolean

Is this component disabled?

View Source


emoji type null|api.ODTranscriptEmojiData

The emoji of this button.

View Source


inherited id type null|string

The custom id of this component.

View Source


label type null|string

The label of this button.

View Source


mode type "button"|"url"

Is this button a url or button?

View Source


type type "button"

The type of this component.

View Source


url type null|string

The url of this button.

View Source