Цитата:
отправить смайлик
Emoji Unicode Tables
CODE:
string token="1234567890:xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"; // токен
string chat_id="1234567890"; // id чата
string message = "\xF0\x9F\x98\x81"; // Bytes (UTF-8)
string smile;
string s;
strhextodec(CONVERT_T, message, "\x", #smile);
sendgetweb(#s, "Bot", "POST", "https:/"+"/api.telegram.org","bot"+token+"/"+"sendMessage?chat_id="+chat_id+"&text="+smile);
string chat_id="1234567890"; // id чата
string message = "\xF0\x9F\x98\x81"; // Bytes (UTF-8)
string smile;
string s;
strhextodec(CONVERT_T, message, "\x", #smile);
sendgetweb(#s, "Bot", "POST", "https:/"+"/api.telegram.org","bot"+token+"/"+"sendMessage?chat_id="+chat_id+"&text="+smile);