gpt4 book ai didi

telegram - 当 parse_mode = Markdown 时转义 telegram api 中的下划线

转载 作者:行者123 更新时间:2023-12-03 06:35:06 25 4
gpt4 key购买 nike

如何正确发送此文本:

$parameters['text'] = 'you must see [example](example.com) or contact with @exmaple_com';

如果我不使用“Markdown”,telegram 不会显示上面的链接如果我使用“Markdown”,telegram 无法处理下划线。

最佳答案

您应该使用反斜杠 scape 来执行此操作:

$parameters['text'] = 'you must see [example](example.com) or contact with @exmaple\\_com';

关于telegram - 当 parse_mode = Markdown 时转义 telegram api 中的下划线,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/45196852/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com