inflearn logo
강의

강의

N
챌린지

챌린지

멘토링

멘토링

N
클립

클립

로드맵

로드맵

지식공유

juengwoo kang님의 게시글

juengwoo kang juengwoo kang

@juengwook0468

수강평 작성수
1
평균평점
5.0

게시글 2

질문&답변

텔레그램 sendMessage 시 400에러가 뜹니다.

import requests import json import telegram import asyncio bot_token="?" chat_id="?" bot = telegram.Bot(bot_token) asyncio.run(bot.sendMessage(chat_id=chat_id, text = "message")) 인터넷으로 서칭해서 이렇게는 동작하는거 확인했습니다. 수업 내용에서 현 시점에 뭔가 변경된게 있는걸까요?

좋아요수
0
댓글수
2
조회수
985