跳到主文
部落格全站分類:心情日記
參考
import telegram
token1='your token' bot = telegram.Bot(token=token1) chat_id = bot.getUpdates()[-1].message.chat_id bot.sendMessage(chat_id=chat_id, text="I'm TEST.")
495884965
slinbody 發表在 痞客邦 留言(0) 人氣()