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