seven hace 1 semana
padre
commit
f96255ea82
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      app/Services/BaseService.php

+ 1 - 1
app/Services/BaseService.php

@@ -139,7 +139,7 @@ class BaseService
             'text' => $text
         ];
         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);
     }