1.0.6 • Published 4 months ago

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

Weekly downloads
-
License
MIT
Repository
-
Last release
4 months 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

4 months ago

1.0.5

4 months ago

1.0.4

4 months ago

1.0.3

4 months ago

1.0.2

4 months ago

1.0.1

4 months ago

1.0.0

5 months ago