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