I m 我试图向查塔博特派一个情感吉,从我在网页上看到的情绪。
但我有这样的问题:当我发出信息时,该守则被解读为一种扼杀......。
Can you please have an example of how to write the string in such a way that it is recognized when it is passed to the following method:
function sendMessage(idChat, text)
{
var date =
{
method: "post",
payload: {
method: "sendMessage",
chat_id: String(Chatid),
text: text,
parse_mode: "HTML",
}
};
UrlFetchApp.fetch("https://api.telegram.或g/bot" +
tokens +
"/",
date);
}
iii
sendMessage(idChat, "xF0x9Fx98x81")
或
sendMessage(idChat, "uU0001F4A8")
iii
sendMessage(idChat, "U+1f601")
结果是,这些法典只被确认为示意图。