Showing
1 changed file
with
5 additions
and
1 deletions
... | @@ -6,4 +6,8 @@ bot = telegram.Bot(token=api_key) | ... | @@ -6,4 +6,8 @@ bot = telegram.Bot(token=api_key) |
6 | 6 | ||
7 | chat_id = bot.get_updates()[-1].message.chat_id | 7 | chat_id = bot.get_updates()[-1].message.chat_id |
8 | 8 | ||
9 | -print(chat_id) | 9 | +chat_id = 1657858421 |
10 | + | ||
11 | +bot.sendMessage(chat_id = chat_id, text = "진세야 모해?") | ||
12 | +bot.sendMessage(chat_id = chat_id, text = "왜 답장이 없어? ㅠㅠ") | ||
13 | +bot.sendMessage(chat_id = chat_id, text = "보고 싶어") | ... | ... |
-
Please register or login to post a comment