adonis-messaging-api-telegram
v0.0.1
Published
A provider to initialize the messaging-api-telegram package with your telegram token.
Maintainers
Readme
Registering the provider
Inside start/app.js
const providers = [
'adonis-stripe/providers/TelegramProvider'
]Usage
const Telegram = use('Telegram');Env
Add your TELEGRAM_TOKEN to your .env file.
