Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/mtkruto/mod.ts>Client#sendScheduledMessages

Cross-runtime JavaScript library for building Telegram clients
Latest
method Client.prototype.sendScheduledMessages
import { Client } from "https://deno.land/x/mtkruto@0.6.3/mod.ts";

Send multiple scheduled messages before their schedule.

Parameters

chatId: ID

The identifier of the chat that contains the scheduled messages.

messageIds: number[]

The identifiers of the scheduled messages to send.

Returns

Promise<Message[]>