fix
This commit is contained in:
parent
4cf57abdbb
commit
d7929f8e4c
|
|
@ -58,7 +58,7 @@ async def t_inline_query_node_content(query: types.InlineQuery, memory=None, use
|
|||
|
||||
content_list.append(
|
||||
types.InlineQueryResultAudio(
|
||||
id=content.id,
|
||||
id=f"NC_{content.id}",
|
||||
audio_url=decrypted_content.web_url,
|
||||
title=title,
|
||||
performer=performer,
|
||||
|
|
|
|||
Loading…
Reference in New Issue