Answer the question
In order to leave comments, you need to log in
How to change the message parser in a post request?
Hello! Let's say I have a code:
import requests
token = "***"
chat_id = 111
requests.post(f"https://api.telegram.org/bot{token}/sendMessage?chat_id={chat_id}&text=<strong>asdas</strong>d")
strong>asdas /strong>d<. How can I specify the html parser in the request?
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question