Interface RawMessageActionRow

interface RawMessageActionRow {
    components: RawMessageActionRowComponent[];
    type: ACTION_ROW;
}

Hierarchy (view full)

Properties

Properties