Interface MessageActionRow

interface MessageActionRow {
    components: MessageActionRowComponent[];
    id?: number;
    type: ACTION_ROW;
}

Hierarchy (view full)

Properties

Properties

id?: number

Autoincremented number if not provided