Answer the question
In order to leave comments, you need to log in
Bot Telegram does not accept commands in Russian?
Hello. I ran into a problem, the telegram bot does not understand the text in Russian. Can this be bypassed somehow or does it not support Russian at all?
Example:
} else if ($text === "Hello" || $text === "Hi") {
apiRequest("sendMessage", array('chat_id' => $chat_id, "text" => 'Hello' ));
} else if (strpos($text, "/stop") === 0) {
// stop now
} else {
apiRequestWebhook("sendMessage", array('chat_id' => $chat_id, "reply_to_message_id" => $message_id , "text" => 'Cool'));
Accordingly, if you write "HI", then the bot answers "Hello". If you write "Hello", the answer will be "
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question