sendScheduledMessages

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.

Result

Syntax

await client.sendScheduledMessages(chatId, messageIds);