backup
This commit is contained in:
@@ -20,7 +20,7 @@ class Base
|
||||
}
|
||||
public function msg($id, $msg)
|
||||
{
|
||||
return $this->exec('sendMessage', array('chat_id' => $id, 'text' => $msg));
|
||||
return $this->exec('sendMessage', array('chat_id' => $id, 'text' => $msg, 'disable_web_page_preview' => 1));
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user