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