Maksim Verzakov

Results 3 issues of Maksim Verzakov

I can send English text and numbers easily via telegram.link.messages.sendMessage. But when I'm trying to send non-English text (like Cyrillic characters, or Japanese characters etc) I'm getting an error `INPUT_REQUEST_TOO_LONG`....

I can see that you've tried to fix the problem with characters like this: `str = str.replace('è',"e'").replace('ù',"u'").replace('à',"a'").replace('ò',"o'").replace('ì',"i'")` But the problem with other symbols are still there. Maybe there's a possibility...