ActionRow - discord-php/DiscordPHP GitHub Wiki
ActionRows are part of Component.
use Discord\Builders\Components\ActionRow
Methods
new()
addComponent()
removeComponent()
getComponents()
clearComponents()
Add a component
Attention! To use this method you must have the Component object!
$action = ActionRow::new()->addComponent($component);