sendMessage

sendMessage(options)

  • Sends a message to specified platforms

  • Sub-functions:

    • messageUtils.reply - Reply to a message

    • messageUtils.private - Send private message

    • messageUtils.withLinkPreview - Send with link preview

    • messageUtils.silent - Send without notification

await sendMessage({
  text: 'Hello!',
  platform: 'telegram'
});

Last updated

Was this helpful?