gpt4 book ai didi

php - 如何通过 Telegram 机器人发送自定义表情符号?

转载 作者:行者123 更新时间:2023-12-05 05:31:11 36 4
gpt4 key购买 nike

我想通过 Telegram 机器人发送高级表情符号(我有一个高级帐户并用它创建了一个机器人),但是当我尝试发送它时(我将表情符号发送到高级帐户),不幸的是,表情符号发送正常.

我的代码:

<?php

$entities = [
'type' => 'custom_emoji',
'offset' => 4,
'length' => 2,
'custom_emoji_id' => '5877565553761062314'
];

$url = "https://api.telegram.org/BotToken";
$url .= "/sendMessage?chat_id=UserChatId";
$url .= "&text=Hi 💻";
$url .= "&parse_mode=html";
$url .= "&entities=" . json_encode($entities);
echo $url;
file_get_contents($url);

消息应该是这样的: Message with Telegram custom emoji

最佳答案

关于php - 如何通过 Telegram 机器人发送自定义表情符号?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/74419352/

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