I use this format to send text messages to a special group via my Bot in Telegram , but I don’t know how to send hashtag character in my text ?
https://api.telegram.org/bot/sendMessage?chat_id
I use this format to send text messages to a special group via my Bot in Telegram , but I don’t know how to send hashtag character in my text ?
https://api.telegram.org/bot/sendMessage?chat_id
3
Answers
Use percent encoding.
For example:
https://api.telegram.org/bot<token>/sendMessage?chat_id=12345678&text=This%20is%20an%20%23hashtag
If you are using php for your bot, you can use this in your script
Use Percent Encoding
And Telegram Bot API…
please See Link below
https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=&cad=rja&uact=8&ved=2ahUKEwjS3PGiwK3zAhXCz4UKHX8NDYUQFnoECAIQAQ&url=https%3A%2F%2Fgithub.com%2Fwrxck%2Fhashtag-bot&usg=AOvVaw2J7cqOS5IUY4VayySjRFw2