deleteScheduledMessage
Delete a scheduled message.
Parameters
The identifier of the chat that contains the scheduled message.
messageId: number
The identifier of the scheduled message to delete.
Result
void
Syntax
await client.deleteScheduledMessage(chatId, messageId);