douruobokui58233 2018-06-11 12:00 采纳率: 0%
浏览 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 thinkphp6配合social login单点登录问题
  • ¥15 HFSS 中的 H 场图与 MATLAB 中绘制的 B1 场 部分对应不上
  • ¥15 如何在scanpy上做差异基因和通路富集?
  • ¥20 关于#硬件工程#的问题,请各位专家解答!
  • ¥15 关于#matlab#的问题:期望的系统闭环传递函数为G(s)=wn^2/s^2+2¢wn+wn^2阻尼系数¢=0.707,使系统具有较小的超调量
  • ¥15 FLUENT如何实现在堆积颗粒的上表面加载高斯热源
  • ¥30 截图中的mathematics程序转换成matlab
  • ¥15 动力学代码报错,维度不匹配
  • ¥15 Power query添加列问题
  • ¥50 Kubernetes&Fission&Eleasticsearch