@@ -28,9 +28,9 @@ |
||
28 | 28 | public function sendMessage($message) { |
29 | 29 | |
30 | 30 | $response = $this->telegram->sendMessage([ |
31 | - 'chat_id' => $this->chat_id, |
|
32 | - 'text' => $message, |
|
33 | - 'parse_mode' => 'HTML' |
|
31 | + 'chat_id' => $this->chat_id, |
|
32 | + 'text' => $message, |
|
33 | + 'parse_mode' => 'HTML' |
|
34 | 34 | ]); |
35 | 35 | } |
36 | 36 | } |