336x280(권장), 300x250(권장), 250x250, 200x200 크기의 광고 코드만 넣을 수 있습니다.
2년전에 하다가 다시 만들어보는데 Bot.send_message' was never awaited 라는 오류가나면서 보내지지 않았다.
버전이 바뀌었다고 함
import telegram
import asyncio
bot = telegram.Bot(token='<본인의 token>')
chat_id = <본인의 chat_id>
asyncio.run(bot.send_message(chat_id=chat_id, text="MESSAGE"))
출처 : https://wonderdayss.tistory.com/entry/python-telegram-bot-v200-%EC%97%90%EB%9F%AC-%EB%82%A0-%EB%95%8C-%ED%95%B4%EA%B2%B0%EB%B0%A9%EB%B2%95RuntimeWarning-coroutine-Botsendmessage-was-never-awaited
'Python' 카테고리의 다른 글
pyqt5 설치 (0) | 2023.10.08 |
---|---|
파이썬 py확장자로만든 코드를 exe 파일 만들기 (1) | 2023.10.08 |
PyQt5 코드 작성 시 Parameter 'flags' unfilled 표시 처리 (0) | 2023.10.07 |
W292 no newline at end of file (0) | 2023.10.07 |
파이썬 코드 들여쓰기 (0) | 2023.10.07 |