telegraf-user-upload-detector
v1.0.0
Published
Simple telegram user upload (text, photo, audio, video and documnts) detector
Downloads
1
Readme
The pagckage build for telegraf
Testing code
const telegram-user-upload-detector = require('telegram-user-upload-detector')
bot.on('text', async ctx=>{
try{
console.log(telegram-user-upload-detector(ctx))
}catch(e){
console.log(e)
}
})