2

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.

asedsami
  • 609
  • 7
  • 26
Rûm Root
  • 21
  • 2
  • duplicate https://stackoverflow.com/questions/41686463/how-to-get-user-id-of-a-phone-number-in-telegram – аlex Feb 26 '18 at 16:25
  • 1
    Possible duplicate of [How to get user\_id of a phone number in telegram](https://stackoverflow.com/questions/41686463/how-to-get-user-id-of-a-phone-number-in-telegram) – Matheus Lacerda Feb 26 '18 at 16:46

1 Answers1

-1

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.

rotimi-best
  • 1,852
  • 18
  • 29