docs
common
docs
/
dev.inmo.tgbotapi.utils
/
row
row
common
fun
<
T
>
row
(
block
:
RowBuilder
<
T
>
.
(
)
->
Unit
)
:
List
<
T
>
Content copied to clipboard
fun
<
T
>
MatrixBuilder
<
T
>
.
row
(
block
:
RowBuilder
<
T
>
.
(
)
->
Unit
)
Content copied to clipboard
fun
<
T
>
MatrixBuilder
<
T
>
.
row
(
vararg
elements
:
T
)
Content copied to clipboard
See also
dev.
inmo.
tgbotapi.
extensions.
utils.
types.
buttons.
Inline
Keyboard
Row
Builder
dev.
inmo.
tgbotapi.
extensions.
utils.
types.
buttons.
Reply
Keyboard
Row
Builder