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

x/mtkruto/5_client.ts>Client#sendMessage

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

Send a text message.

Parameters

chatId: ChatID

The chat to send the message to.

text: string

The message's text.

optional
params: SendMessagesParams