ktgbotapi
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
ktgbotapi
tgbotapi.core
/
dev.inmo.tgbotapi.requests.edit.checklist
Package-level
declarations
Types
Properties
Types
Edit
Message
Checklist
Link copied to clipboard
@
Serializable
data
class
EditMessageChecklist
(
val
chatId
:
ChatIdentifier
,
val
messageId
:
MessageId
,
val
businessConnectionId
:
BusinessConnectionId
,
val
checklist
:
Checklist.Input
,
val
replyMarkup
:
InlineKeyboardMarkup
?
=
null
)
:
EditChatMessage
<
ChecklistContent
>
,
EditReplyMessage
Properties
edit
Message
Checklist
Method
Link copied to clipboard
const
val
editMessageChecklistMethod
:
String