sendScheduledMessages
Send multiple scheduled messages before their schedule.
Parameters
The identifier of a chat.
messageIds: number[]
The identifiers of the scheduled messages to send.
Result
Message[]
Syntax
await client.sendScheduledMessages(chatId, messageIds);