Skip to content
This repository has been archived by the owner on Apr 5, 2023. It is now read-only.
/ tgmethods Public archive

Telegram Bot API Methods Build With Typescript

License

Notifications You must be signed in to change notification settings

bavvtm/tgmethods

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

@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

About

Telegram Bot API Methods Build With Typescript

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published