am having difficulty calling a variable as part of the url in a message I intend to send via the Python Telegram bot. Due to the nature of my code, the ‘webpage’ variable varies and the url has to be called as a variable. Placing the `url’ variable in curly brackets did not work and some searching online has been
Advertisement
Tag: sendmessage
SendMessage only send the *first* character of the string
I am using the following python code to send String to a RAD Studio C++ Builder built application: It is perfectly find the opponent application and SendMessage sends data. My problem: It only sends the 1st character of the string. So instead of: “This is a message to signal…” , it only sends “T”. I am sure that I am
Advertisement