Bottr icon indicating copy to clipboard operation
Bottr copied to clipboard

Telegram Bot API

Open hafezd opened this issue 7 years ago • 1 comments

Hi, Is it possible to add support for Telegram Bot API? How?

https://core.telegram.org/bots https://core.telegram.org/bots/api

hafezd avatar Nov 08 '16 22:11 hafezd

I'm working on some documentation about building your own custom client but the best way is to study the https://github.com/Bottr-js/Bottr/blob/master/lib/clients/facebook-messenger-client.js

Basically right now the client listens out for a webhook event when somehting hits the /webhook endpoint and triggers the events.

It then implements some methods for sending a method etc.

I can invite you to our slack though if you have any questions on implementation.

jcampbell05 avatar Nov 09 '16 20:11 jcampbell05