function triggerTypingIndicatorimport { triggerTypingIndicator } from "https://deno.land/x/discordeno@17.0.1/helpers/mod.ts"; triggerTypingIndicator(bot: Bot, channelId: BigString): Promise<void>Triggers a typing indicator for the bot user. Parametersbot: Bot The bot instance to use to make the request. channelId: BigString The ID of the channel in which to trigger the typing indicator. ReturnsPromise<void>