mast / telegram-bot-api

First Telegram Bot API node.js library
http://mast.github.io/telegram-bot-api/
MIT License
246 stars 64 forks source link

issue with getChat #52

Closed DaniyalGeek closed 4 years ago

DaniyalGeek commented 6 years ago

Hi, i need to fetch chat from a channel as i doing right? api.getChat({ chat_id: "@altcoins_signal" }, function(message) { // New incoming callback query console.log(message); });

DaniyalGeek commented 6 years ago

it's giving null in console

mast commented 6 years ago

I bet maybe bot should have permissions in that chat you want to get