Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
- Loading branch information