1.0.6 • Published 2 years ago

@samagra-x/uci-adapters-telegram-bot v1.0.6

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

Nodejs Telegram Bot Provider

A telegram bot provider library for @samagra-x/uci-adapters-factory

Taken from: @novu/stateless

Usage

import { AdapterFactory } from '@samagra-x/uci-adapters-factory';

const adapter = AdapterFactory.getAdapter({
    type: 'TelegramBot',
    config: {
      botToken: 'TEST_BOT_TOKEN'
    }
});

await adapter.sendMessage({
  channel: '9999999',
  content: 'TEST_CONTENT',
});
1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago