1.0.7 • Published 5 years ago

strapi-provider-upload-telegram v1.0.7

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

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.

1.0.7

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago