Spaces:
Runtime error
Runtime error
File size: 248 Bytes
ced394c |
1 2 3 4 5 6 |
from telegram import Bot
def send_summary(bot: Bot, chat_id: int, summary: str):
# میتونی اینجا بعداً قالببندی یا شکلهای بهتری اضافه کنی
bot.send_message(chat_id=chat_id, text=summary)
|