Sendig Emojis from MQL4 to Telegram Bot

18 Views Asked by At

I'm trying to send Emojis to telegram bot. I managed to send text message but i don't know how to send Emoji.

I tried the below code but doesn't seem to work. Any suggestions?

string x_emoji="\x1F4B";
string text = "Order modified: "+x_emoji+" \n" + TimeToString( TimeLocal() ); 
SendTelegramMessage( TAPIUrl, Token, Chat_Id, text , fileName_Pic );
0

There are 0 best solutions below