1.1.0 • Published 2 years ago

@wagwan/tg-bot-api v1.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 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

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