ebeneditos / telegram.bot

Develop a Telegram Bot with R
https://ebeneditos.github.io/telegram.bot/
GNU General Public License v3.0
107 stars 24 forks source link

ReplyKeyboard feature #2

Closed lisovyk closed 5 years ago

lisovyk commented 5 years ago

New Feature

Can we have additional parameters to bot$sendMessage call?

I looked for ways to add a custom keyboard to an answer - and it seems it should be added to sendMessage function. I'm new to bot'ing, so please correct me if I'm wrong. Would be happy to help implementing it if my knowledge will be sufficient.

ebeneditos commented 5 years ago

With versions >= 2.0.0 this feature has been integrated.

lisovyk commented 5 years ago

After an edit I understood what you've meant, as I didn't find those functions in telegram.bot and telegram from CRAN (there is version 0.6.0 there). Thanks!