9
9
9karamba2019-04-03 22:26:25
Node.js
9karamba, 2019-04-03 22:26:25

Does it make sense to write a server for a telegram bot?

or is it better to take a ready-made api - node-telegram-bot-api? Explain your point of view please

Answer the question

In order to leave comments, you need to log in

1 answer(s)
G
grinat, 2019-04-03
@grinat

In any case, you will have to write, in node-telegram-bot-api just wrappers over their api, so that you don’t write about the same thing, but using request/axios/etc. Also, if you are lucky and their api is updated, then the public methods in node-telegram-bot-api will remain unchanged, if there is a custom solution, then you will have to redraw everything.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question