Stephane Mensah

The only difference between ordinary and extraordinary is just that little "extra".

bot: create model to save user's uploaded image metadata

this model is just to save raw metadata from uploaded images which will be used to later on to upload them elsewhere in the background

finally figured out how to get & save images by group media in telegrafjs

My implementation can be found at https://gist.github.com/waptik/dff071a40d87507da497555ede8599c4 . It's mainly based on https://github.com/TGxTG/TOUGAO/blob/master/src/model/Message.js#L86

I tested it by setting up a middleware that sends me the final group msg

setup an email integration for each environments(dev, staging, prod)

using preview-email for local dev, ethereal + nodemailer for preview environment and sendgrid for production. All hosted on vercel