<?php
require_once('LineBot.php');
$bot=new bot("Channel ID", "Channel Secret", "Mid");
$bot->sendText("慾發送之訊息");
$bot->sendText();
$bot->sendText("其他文字%s");
$bot->sendImage("圖片網址", "預覽圖網址");
$bot->sendVideo("影片網址", "預覽圖網址");
<?php
require_once('LineBot.php');
$bot=new bot("Channel ID", "Channel Secret", "Mid");
$bot->sendText("慾發送之訊息");
$bot->sendText();
$bot->sendText("其他文字%s");
$bot->sendImage("圖片網址", "預覽圖網址");
$bot->sendVideo("影片網址", "預覽圖網址");