fun <T : Bus<T>> T.sendToWhatsApp(messageProvider: T.() -> WhatsAppBotMessage, delay: Long = defaultDelay(currentAnswerIndex)): T
Sends an WhatsApp message only if the ConnectorType of the current BotBus is whatsAppConnectorType.