Skip to content
This repository has been archived by the owner on Aug 30, 2022. It is now read-only.

How can I get the message I'm sending back? #42

Answered by Mateo-tem
ghost asked this question in Q&A
Discussion options

You must be logged in to vote

You can use the .deleteReply() method:

modal.reply("text");

setTimeout(() => {
  modal.deleteReply();
}, 3000);

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@ghost
Comment options

Answer selected
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant