@callmeumm/tgmethods
v0.0.3
Published
Telegram Bot API Methods Build With Typescript
Downloads
3
Readme
@callmeumm/tgmethods
Telegram Bot API Methods Build With Typescript
| 📖 Default Docs| |------------------------------------------------------------------------| | 📖 See Docs Here |
Features
- Use Telegram API 5.3.0
- Auto Generated
Usage
const { Methods } = require("@callmeumm/tgmethods");
const token = "YOUR-BOT-TOKEN"; // get in @botfather
const bot = new Methods(token);
bot.getMe();
// and other method