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)