|
@@ -139,7 +139,7 @@ class BaseService
|
|
|
'text' => $text
|
|
'text' => $text
|
|
|
];
|
|
];
|
|
|
if($keyboard){
|
|
if($keyboard){
|
|
|
- $botMsg['reply_markup'] = json_encode(['inline_keyboard' => $keyboard]);
|
|
|
|
|
|
|
+ $botMsg['reply_markup'] = json_encode(['inline_keyboard' => $keyboard],JSON_UNESCAPED_UNICODE);
|
|
|
}
|
|
}
|
|
|
self::telegram()->sendMessage($botMsg);
|
|
self::telegram()->sendMessage($botMsg);
|
|
|
}
|
|
}
|