参考: https://telepot.readthedocs.io/en/latest/#id3
# pip install telepot import telepot bot = telepot.Bot('***** PUT YOUR TOKEN HERE *****') bot.sendMessage(999999999, 'Hey!')
Last updated 2 years ago