Skip to content
This repository has been archived by the owner on Sep 20, 2024. It is now read-only.

Fix bot.replyPrivateDelayed. https://github.com/howdyai/botkit/issu… #446

Closed

Commits on Oct 27, 2016

  1. Fix bot.replyPrivateDelayed. howdyai#444

    I discovered this when trying to ephemerally respond to an interactive button click. We need to set `replace_original` to `false` in order for our reply to be ephemeral. Otherwise, it will reply publicly. Furrther, when responding to an ephemeral message's button click, currently we cannot update it. Thus, introduce new method to provide the option to update or not. The existing one could be depcrecated.
    sundeepgupta committed Oct 27, 2016
    Configuration menu
    Copy the full SHA
    3c7f4b4 View commit details
    Browse the repository at this point in the history