Module

x/discordeno/helpers/channels/startTyping.ts

Discord API library for Deno
Extremely Popular
Go to Latest
import * as mod from "https://dotland.deno.dev/x/discordeno@13.0.0-rc45/helpers/channels/startTyping.ts";

Functions

Trigger a typing indicator for the specified channel. Generally bots should NOT implement this route. However, if a bot is responding to a command and expects the computation to take a few seconds, this endpoint may be called to let the user know that the bot is processing their message.