'Discord.JS v13 start typing and stop typing

How can I simulate typing in Discord.JS v13 ex: Bot is typing.. I know, that in Discord.JS v12 you can just easily use msg.channel.startTyping() or msg.channel.stopTyping(), but i didn't found any result, that works on v13.



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source