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

forwardMessage not included in bot methods #21

Closed mabafaba closed 2 years ago

mabafaba commented 2 years ago

I was trying to forward messages, but bot$forwardMessage seems to be empty. Was looking into it, and it seems the function is not named here: https://github.com/ebeneditos/telegram.bot/blob/43ffa04cc14889e8d412cb6b7476ebe85574fab1/R/bot.R#L1704 might very well be a mistake on my end though. Thanks for checking! m

mabafaba commented 2 years ago

cloded the pull request i made because i did it from the master branch sorry

ebeneditos commented 2 years ago

Hi @mabafaba, thanks for pointing out, I will update it this week, by next week it should be updated in CRAN

mabafaba commented 2 years ago

<3 thanks. in case you're ok with pull request to master, see #23 The change made it work fine for me.

ebeneditos commented 2 years ago

Looks good, just accepted the pull request and will send it to CRAN during the week, thanks for the work!