fix: format inline clean link format
This commit is contained in:
parent
58f289d5d9
commit
bbffcbdbc5
1 changed files with 1 additions and 1 deletions
|
@ -196,7 +196,7 @@ async def handle_inline_query(query: InlineQuery):
|
|||
title="清理后的链接",
|
||||
input_message_content=InputTextMessageContent(
|
||||
message_text=Text(ExpandableBlockQuote(result)).as_markdown(),
|
||||
parse_mode=ParseMode.MARKDOWN
|
||||
parse_mode=ParseMode.MARKDOWN_V2
|
||||
),
|
||||
description=f"发送清理后的链接:{result}"
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue