1.1.0 • Published 3 years ago

@wagwan/tg-bot-api v1.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

tg-bot-api

Init

import { TelegramBotApi } from '@wagwan/tg-bot-api';

const api = new TelegramBotApi({
  token: 'secret',
  request: axios.create(),
  handleError: (error: unknown) => { throw new TelegramBotApiError({ error }) },
});

Supported methods (WIP)

1.1.0

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago