我在php上有电报机器人代码,并通过replyWithMessage方法发送回复消息.
replyWithMessage
所有命令在这里:
$this->replyWithMessage(['text' => $item['title']. "\n\n" . $url]);
如何在文本之前添加一些预览图像?
php telegram telegram-bot
php ×1
telegram ×1
telegram-bot ×1