componentRows property

List<ComponentRowBuilder>? componentRows
read / write

Set of buttons to attach to message. Message can only have 5 rows with 5 buttons each.

Implementation

List<ComponentRowBuilder>? componentRows;