require_once (__DIR__.'/crest.php'); $result = CRest::call( 'imbot.message.add', ['BOT_ID' => '8160', 'CLIENT_ID' => 'zqif1m5cs7ss6u6ajo9clklboe9os8vn', 'DIALOG_ID' => 'chat1', 'MESSAGE' => 'Привет! Я чат-бот!', ] ); echo '
'; print_r($result); echo '';