Skip to main content
Module

x/mtkruto/client/5_client.ts>Client#sendChatAction

Cross-runtime JavaScript library for building Telegram clients
Latest
method Client.prototype.sendChatAction
import { Client } from "https://deno.land/x/mtkruto@0.2.30/client/5_client.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.