douruobokui58233 2018-06-11 12:00
浏览 153
已采纳

如何将Sticker放入Telegram机器人消息中?

I'm writing a Telegram bot and I want it to send a sticker INSIDE the message.

$file_id="CAADAgADqAIAAkcVaAllGKpjZDCAgQI";
$send_text = "Test";

$send_sticker=file_get_contents('https://api.telegram.org/bot'.$bot_token.'/sendSticker?chat_id='.$user_id.'&sticker='.$file_id);

$send_message=file_get_contents('https://api.telegram.org/bot'.$bot_token.'/sendMessage?chat_id='.$user_id.'&text='.$send_text);

This code is working, it sends a sticker, and afterward it sends a message. However, can I send any sticker or smiley inside a message?

  • 写回答

1条回答 默认 最新

  • douchu4048 2018-06-12 01:38
    关注

    You cannot use sticker inside of message with text. But you can use emoji (smiley), the easiest way to do it is to choose emojis that you need in Telegram (when you are composing message) and then just copy them and paste too your code. More difficult but theoretically more correct way is to use UTF-codes of emoji (you can find them on Internet)

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

    报告相同问题?

    悬赏问题

    • ¥15 利用加权最小二乘法求某品牌手机价格指标,已按照总销量计算出权重,各类型号手机价格已知,如何求得价格指标?
    • ¥15 如何自制一个硬件钱包,有兴趣的朋友一起交流
    • ¥15 (关键词-聊天软件)
    • ¥15 求大家看看这个编程的编法没有思路啊
    • ¥20 WSL打开图形化程序子窗口无法点击
    • ¥15 Jupyter Notebook 数学公式不渲染
    • ¥20 ERR_CACHE_MISS 确认重新提交表单
    • ¥20 关于vba使用HTMLfile执行js函数问题
    • ¥60 悬赏求解,通过实时现场摄像头的视频图像识别其他对家打出的麻将牌,识别麻将牌,识别牌墙位置,通过识别对家打出了什么牌
    • ¥15 关于#GPU jetson#的pcie驱动开发问题,如何解决?