私はPythonとTelegramボットの初心者です。簡単な例でこれを理解するのを手伝ってくれることを願っています. 必要なのは、URL を完成させるための文字列を返すメソッドを定義することです。Python では、次のものが必要です。
user = input("Insert a username to see the graph:")
graphUrl = "https://www.graphsss123.com/ser/graph/" + user + "-123.jpg"
print(graphUrl)
Telepot を使用して同じ結果を得るにはどうすればよいですか?
ありがとうございました