strapi-provider-upload-telegram

1.0.7 • Public • Published

strapi-provider-upload-telegram

A simplistic telegram upload provider for strapi.

Path

./config/plugins.js

Usage

module.exports = ({ env }) => ({
  upload: {
    provider: "telegram",
    providerOptions: {
      token: <YOUR TELEGRAM BOT TOKEN>,
      userId: <YOUR TELEGRAM USER ID>,
      disableNotification: boolean
    },
  },
});

You can use @BotFather for generating telegram token and userId by using this bot.

Package Sidebar

Install

npm i strapi-provider-upload-telegram

Weekly Downloads

1

Version

1.0.7

License

MIT

Unpacked Size

2.5 kB

Total Files

3

Last publish

Collaborators

  • jokoprasetyo