1.0.7 • Published 3 years ago

strapi-provider-upload-telegram v1.0.7

Weekly downloads
-
License
MIT
Repository
github
Last release
3 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

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago