telegram.bot icon indicating copy to clipboard operation
telegram.bot copied to clipboard

Develop a Telegram Bot with R

Results 8 telegram.bot issues
Sort by recently updated
recently updated
newest added

This PR adds the capability to receive Telegram updates via [Webhook][webhooks] delivery. Following the pattern established in the `Updater` class, the `Webhook` class follows similar steps for setup and running....

Hi, I try to add a caption with a colorcoded word. But it only applies strong to the word. Would be great if a color is possible! ``` bot$sendPhoto(chat_id =...

Please replace this line with a brief summary of the fixes made or the new features added. ### All Submissions: * [x] Have you followed the guidelines in our Contributing...

Please replace this line with a brief summary of the fixes made or the new features added. ### All Submissions: * [x] Have you followed the guidelines in our Contributing...

I'm wondering if there is a way to write a bot that could handle simultaneous user petitions like in the [python version](https://github.com/python-telegram-bot/python-telegram-bot/wiki/Concurrency) of this library. Or maybe implement from outside...

I am building a bot that essentially do different calculation based on the place where the request is done. I am rather new to Telegram API and R but https://core.telegram.org/api/live-location...

How do I get the message_id of the message that I sent? From that I can then use editMessageText Thanks

Allow to run tasks scheduled using the `later` package in the blocking polling loop.