ebeneditos / telegram.bot

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

Color code caption bot$sendPhoto #37

Closed HugoGit39 closed 7 months ago

HugoGit39 commented 10 months ago

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 = xxx, 
                caption = paste0("This is an ", strong("example", style="color:#44AA99"), 
                photo = "Example.png",
                parse_mode = "HTML")
ebeneditos commented 7 months ago

This functionality is not developed yet, guess this is more a suggestion than an issue, thanks for the comment!