Skip to main content
Module

x/grammy/core/api.ts>Api#sendMessage

The Telegram Bot Framework.
Very Popular
Go to Latest
method Api.prototype.sendMessage
import { Api } from "https://deno.land/x/grammy@v1.11.1/core/api.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