I just created a telegram bot in python and I want to be sending the results of the data I analyse in python to a telegram channel in a special format, here is an sample of what I would like to send:
a = '#N' + game_to_analyse['Id_number'] + ': ' +'54783355882'
But when I try to send this value 'a' to my telegram channel, I only get "
as message on my phone or telegram desktop app.
What is the issue?