Skip to main content
Module

x/harmony/mod.ts>RESTEndpoints#triggerTypingIndicator

An easy to use Discord API Library for Deno.
Go to Latest
method RESTEndpoints.prototype.triggerTypingIndicator
Re-export
import { RESTEndpoints } from "https://deno.land/x/harmony@v2.9.0/mod.ts";

Post 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. Returns a 204 empty response on success. Fires a Typing Start Gateway event.

Parameters

channelId: string

Returns

Promise<void>