pyTelegramBotAPI icon indicating copy to clipboard operation
pyTelegramBotAPI copied to clipboard

message.html_text cannot return correct result

Open ImJoke opened this issue 3 years ago • 3 comments

Please answer these questions before submitting your issue. Thanks!

  1. What version of pyTelegramBotAPI are you using? 4.6.1
  2. What OS are you using? Windows 10
  3. What version of python are you using? Python 3.10.5

So I typed qwertyuiop with bold, italic and underline formatting, but only bold came back

image image

ImJoke avatar Jul 30 '22 21:07 ImJoke

Only pure formatting (either bold, or italic, or etc...) supported. Nested formatting is not supported yet.

Badiboy avatar Jul 31 '22 18:07 Badiboy

I will investigate

coder2020official avatar Aug 01 '22 08:08 coder2020official

Btw, you can use copy_message for copying such messages

coder2020official avatar Aug 01 '22 08:08 coder2020official

bot = telebot.TeleBot(api_key, parse_mode=html) Error 400 Bad Request, parse mod dont work from Telegram api. Your package ins conflict with telebot 0.0.4 python pip.

rodrigobg avatar Aug 14 '22 06:08 rodrigobg

parse_mode=html parse_mode = "HTML"

Your package ins conflict with telebot 0.0.4 python pip. It is. And?

Badiboy avatar Aug 14 '22 07:08 Badiboy