sendChecklist

suspend fun TelegramBot.sendChecklist(chatId: ChatIdentifier, checklist: Checklist.Input, businessConnectionId: BusinessConnectionId, disableNotification: Boolean = false, protectContent: Boolean = false, effectId: EffectId? = null, replyParameters: ReplyParameters? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage<ChecklistContent>
suspend fun TelegramBot.sendChecklist(chatId: BusinessChatId, checklist: Checklist.Input, disableNotification: Boolean = false, protectContent: Boolean = false, effectId: EffectId? = null, replyParameters: ReplyParameters? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage<ChecklistContent>