Skip to main content
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.24/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.