Skip to main content
Module

x/coward/mod.ts>Client#postTypingIndicator

🐔 Coward is a Deno module for easy interaction with the Discord API.
Latest
method Client.prototype.postTypingIndicator
import { Client } from "https://deno.land/x/coward@v0.3.2/mod.ts";

Post a typing indicator for a specified channel. Bots should usually not use this, however if a bot is responding to a command and expects the computation to take a few seconds, this may be used to let the user know that the bot is processing their message.

Parameters

channelID: string

Returns

Promise<void>