How to end the typing indicator without having to send a message in the channel

You can start the typing indicator for a channel by just doing
channel.sendTyping()
. You can stop the indicator by either sending a message in the channel or waiting for the 10 second duration to expire, but I need a way to do it without doing either of those (if there is a way)

discord version is 14.13.0
Was this page helpful?