Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/mtkruto/mod.ts>Client#sendChatAction

Cross-runtime JavaScript library for building Telegram clients
Go to Latest
method Client.prototype.sendChatAction
import { Client } from "https://deno.land/x/mtkruto@0.2.30/mod.ts";

Send a chat action.

Parameters

chatId: ID

The chat to send the chat action to.

action: ChatAction

The chat action.

optional
params: { messageThreadId?: number; }

The thread to send the chat action to.