Interface InteractionButtonComponent

interface InteractionButtonComponent {
    customID: string;
    emoteID: number;
    type: BUTTON;
}

Hierarchy (view full)

Properties

Properties

customID: string
emoteID: number
type: BUTTON