componentRows property

List<List<ComponentBuilderAbstract>>? componentRows
getter/setter pair

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

Implementation

List<List<ComponentBuilderAbstract>>? componentRows;