From 752f42ba02be228fd492fc23caa4bcdb06e0b4a0 Mon Sep 17 00:00:00 2001 From: user Date: Fri, 5 Apr 2024 19:21:57 +0300 Subject: [PATCH] fix --- app/core/_utils/tg_process_template.py | 1 + 1 file changed, 1 insertion(+) diff --git a/app/core/_utils/tg_process_template.py b/app/core/_utils/tg_process_template.py index 5dedb0d..2eeecbc 100644 --- a/app/core/_utils/tg_process_template.py +++ b/app/core/_utils/tg_process_template.py @@ -33,6 +33,7 @@ async def tg_process_template( elif audio: return await chat_wrap.send_audio( audio, + caption=text or "", reply_markup=keyboard, content_id=content_id, message_type=message_type,