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

x/mtkruto/mod.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.101/mod.ts";

Send a chat action.

Parameters

chatId: ChatID

The chat to send the chat action to.

action_: ChatAction

The chat action.

optional
messageThreadId: number

The thread to send the chat action to.