{
$response = $this->query('sendMessage', [
'text' => $text,
'chat_id' => $chat_id,
]);
{
$response = $this->query('sendMessage', [
'text' => $text,
'chat_id' => $chat_id,
'parse_mode' => 'HTML',
]);