Spaces:
Runtime error
Runtime error
from telegram import Bot | |
def send_summary(bot: Bot, chat_id: int, summary: str): | |
# میتونی اینجا بعداً قالببندی یا شکلهای بهتری اضافه کنی | |
bot.send_message(chat_id=chat_id, text=summary) | |