This commit is contained in:
user 2024-04-05 19:21:57 +03:00
parent 227d08ea11
commit 752f42ba02
1 changed files with 1 additions and 0 deletions

View File

@ -33,6 +33,7 @@ async def tg_process_template(
elif audio: elif audio:
return await chat_wrap.send_audio( return await chat_wrap.send_audio(
audio, audio,
caption=text or "",
reply_markup=keyboard, reply_markup=keyboard,
content_id=content_id, content_id=content_id,
message_type=message_type, message_type=message_type,