diff --git a/app/core/_utils/tg_process_template.py b/app/core/_utils/tg_process_template.py index 252a85e..5dedb0d 100644 --- a/app/core/_utils/tg_process_template.py +++ b/app/core/_utils/tg_process_template.py @@ -33,7 +33,6 @@ async def tg_process_template( elif audio: return await chat_wrap.send_audio( audio, - caption=text, reply_markup=keyboard, content_id=content_id, message_type=message_type,