replyWithChecklist

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