1.0.1-0 • Published 2 years ago

@agent_z/star v1.0.1-0

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

star - Automated telegram bot wrapper builder

This program scrapes the Telegram API and builds a bot client wrapper for you. The newest version of the wrapper is always uploaded on NPM, But you can build it yourself using main.ts.

Documentation

Head over to here for the documentation.

import { newBot } from '@agent_z/star'

const bot = newBot('your telegram bot token!')
const owner = 10000000 // Your telegram user id!

await bot.sendMessage(owner, 'Hello world!')
1.0.1-0

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago