docs
common
docs
/
dev.inmo.tgbotapi.utils
/
MatrixBuilder
Matrix
Builder
common
open
class
MatrixBuilder
<
T
>
Content copied to clipboard
Constructors
Functions
Properties
Extensions
Inheritors
Constructors
Matrix
Builder
Link copied to clipboard
common
fun
MatrixBuilder
(
)
Content copied to clipboard
Functions
add
Link copied to clipboard
common
fun
add
(
t
:
List
<
T
>
)
:
Boolean
Content copied to clipboard
plus
Link copied to clipboard
common
operator
fun
plus
(
t
:
List
<
T
>
)
:
Boolean
Content copied to clipboard
unary
Plus
Link copied to clipboard
common
operator
fun
T
.
unaryPlus
(
)
:
Boolean
Content copied to clipboard
Properties
matrix
Link copied to clipboard
common
val
matrix
:
Matrix
<
T
>
Content copied to clipboard
Inheritors
InlineKeyboardBuilder
Link copied to clipboard
ReplyKeyboardBuilder
Link copied to clipboard
Extensions
row
Link copied to clipboard
common
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