reply With Checklist
inline suspend fun TelegramBot.replyWithChecklist(to: ChatMessage, replyInBusinessConnectionId: BusinessConnectionId, checklist: Checklist.Input, replyInChatId: IdChatIdentifier = to.chat.id, disableNotification: Boolean = false, protectContent: Boolean = false, effectId: EffectId? = null, allowSendingWithoutReply: Boolean? = null, checklistTaskId: ChecklistTaskId? = null, pollOptionId: PollOptionPersistentId? = null, replyMarkup: KeyboardMarkup? = null): ChatContentMessage<ChecklistContent>(source)
inline suspend fun TelegramBot.replyWithChecklist(to: BusinessContentMessage<*>, checklist: Checklist.Input, replyInChatId: IdChatIdentifier = to.chat.id, disableNotification: Boolean = false, protectContent: Boolean = false, effectId: EffectId? = null, allowSendingWithoutReply: Boolean? = null, checklistTaskId: ChecklistTaskId? = null, pollOptionId: PollOptionPersistentId? = null, replyMarkup: KeyboardMarkup? = null): ChatContentMessage<ChecklistContent>(source)
inline suspend fun TelegramBot.replyWithChecklist(toChatId: IdChatIdentifier, toMessageId: MessageId, replyInBusinessConnectionId: BusinessConnectionId, checklist: Checklist.Input, replyInChatId: IdChatIdentifier = toChatId, disableNotification: Boolean = false, protectContent: Boolean = false, effectId: EffectId? = null, allowSendingWithoutReply: Boolean? = null, checklistTaskId: ChecklistTaskId? = null, pollOptionId: PollOptionPersistentId? = null, replyMarkup: KeyboardMarkup? = null): ChatContentMessage<ChecklistContent>(source)
Parameters
reply Markup
Some of KeyboardMarkup. See dev.inmo.tgbotapi.extensions.utils.types.buttons.replyKeyboard or dev.inmo.tgbotapi.extensions.utils.types.buttons.inlineKeyboard as a builders for that param