LX
Size: a a a
LX
G
G
A
LX
A
$reply_markup=["keyboard"=>[["голос","фото"],["стикер","файл"]]];
$sendmessage =API_URL."sendmessage?chat_id=".$chatID."&text=Привет&reply_markup=".urlencode(json_encode($reply_markup));
file_get_contents($sendmessage);
break;
LX
LX
A
case "/start":
$reply_markup=["keyboard"=>[["голос","фото"],["стикер","файл"]]];
$sendmessage =API_URL."sendmessage?chat_id=".$chatID."&text=Привет&reply_markup=".urlencode(json_encode($reply_markup));
file_get_contents($sendmessage
A
LX
A
VM
LX
A
VM
VM
VM
LX