fix
This commit is contained in:
parent
227d08ea11
commit
752f42ba02
|
|
@ -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,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue