Telegram Bot API method (getUserProfilePhotos) – Telegram API
I am using this Telegram Bot API for NodeJS https://github.com/yagop/node-telegram-bot-api and there is a method "getUserProfilePhotos", I used it and got error: "Bad Request: there is no photo in the request" Here is my code var TelegramBot = require('node-telegram-bot-api'); var…