docs
Toggle table of contents
35.1.0
common
Target filter
common
Switch theme
Search in API
Skip to content
docs
docs
/
dev.inmo.tgbotapi.types.checklists
/
ChecklistTask
/
Input
/
Input
Input
constructor
(
id
:
ChecklistTaskId
,
text
:
String
,
parseMode
:
ParseMode
?
=
null
,
textSources
:
List
<
TextSource
>
=
emptyList()
)
(
source
)
constructor
(
id
:
ChecklistTaskId
,
text
:
String
,
parseMode
:
ParseMode
?
=
null
)
(
source
)
constructor
(
id
:
ChecklistTaskId
,
textSources
:
List
<
TextSource
>
)
(
source
)
constructor
(
id
:
ChecklistTaskId
,
builderBody
:
EntitiesBuilderBody
)
(
source
)