0.0.3 • Published 3 years ago

@callmeumm/tgmethods v0.0.3

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

@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

Special Thanks

0.0.3

3 years ago

0.0.2

3 years ago

0.0.3-fix

3 years ago

0.0.2-fix

3 years ago

0.0.2-published

3 years ago

0.0.1-published

3 years ago

0.0.1

3 years ago