Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

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

[WIP] Cross-runtime JavaScript library for building Telegram clients
Go to Latest
method Client.prototype.sendChatAction
import { Client } from "https://deno.land/x/mtkruto@0.1.128/client/5_client.ts";

Send a chat action.

Parameters

chatId: ChatID

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.