I didn't see a findChannel method in the documentation.
Is there something like api.telegram.org/findchannel?token=MYTOKEN&query=channelName.
I also searched for a javascript library but I couldn't find one.
I didn't see a findChannel method in the documentation.
Is there something like api.telegram.org/findchannel?token=MYTOKEN&query=channelName.
I also searched for a javascript library but I couldn't find one.
I didn't find anything about problem in documentation.
What did you mean by this? I guess you meant that you didn't find anything related to the the problem you faced in the docs.
To answer your other questions for now there is no method in Telegram's API for finding channels.
And also I guess you are looking for Javascript (Node.js) libraries for working Telegram bots. There lots of them but this are the ones specifically mentioned in the docs
Telegraf. Full Telegram Bot API support, including games and inline mode.
Telebot. Easy way to write Telegram bots.
Botgram. Microframework to build Telegram bots.
Telegram-node-bot. A node.js module.
Node-Telegram-bot. A node.js module.
Slimbot. A fuss-free, thin wrapper around Telegram Bot API for Node.js. No frills.