mast/telegram-bot-api

issue with getChat

DaniyalGeek opened this issue · 2 comments

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);
});

it's giving null in console

mast commented

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