Skip to main content
Latest
method Api.prototype.sendMessage
import { Api } from "https://deno.land/x/grammy_runner@v2.0.3/deps.deno.ts";

Use this method to send text messages. On success, the sent Message is returned.

Parameters

chat_id: number | string

Unique identifier for the target chat or username of the target channel (in the format @channelusername)

text: string

Text of the message to be sent, 1-4096 characters after entities parsing

optional
other: Other<R, "sendMessage", "chat_id" | "text">

Optional remaining parameters, confer the official reference below

optional
signal: AbortSignal

Optional AbortSignal to cancel the request

Official reference: https://core.telegram.org/bots/api#sendmessage