Kaveh
Create responder.py
ced394c unverified
raw
history blame contribute delete
248 Bytes
from telegram import Bot
def send_summary(bot: Bot, chat_id: int, summary: str):
# می‌تونی اینجا بعداً قالب‌بندی یا شکل‌های بهتری اضافه کنی
bot.send_message(chat_id=chat_id, text=summary)