strapi-provider-upload-telegram
v1.0.7
Published
strapi-provider-upload-telegram
Downloads
4
Maintainers
Readme
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.