From 0d4e48350574fdb3df1ebd1b0819ed2a04da4216 Mon Sep 17 00:00:00 2001 From: andrychuyko Date: Sun, 13 May 2018 11:13:48 +0300 Subject: [PATCH] =?UTF-8?q?=D0=A0=D0=B0=D0=B7=D1=80=D0=B5=D1=88=D0=B8?= =?UTF-8?q?=D1=82=D1=8C=20=D0=BF=D1=80=D0=B8=D0=BA=D1=80=D0=B5=D0=BF=D0=BB?= =?UTF-8?q?=D1=8F=D1=82=D1=8C=20=D0=BA=D0=BB=D0=B0=D0=B2=D0=B8=D0=B0=D1=82?= =?UTF-8?q?=D1=83=D1=80=D1=83=20=D0=BA=20=D1=81=D0=BE=D0=BE=D0=B1=D1=89?= =?UTF-8?q?=D0=B5=D0=BD=D0=B8=D1=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/TelegramApi.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/TelegramApi.php b/app/TelegramApi.php index 5c2d3d5..a3e849d 100644 --- a/app/TelegramApi.php +++ b/app/TelegramApi.php @@ -24,6 +24,7 @@ public function sendMessage($message, $data) $allowed = [ 'disable_web_page_preview', // Bool, Disables link previews for links in this message 'disable_notification', // Bool, Sends the message silently. Users will receive a notification with no sound. + 'reply_markup', // Разрешить клавиатуру ]; $params = [ @@ -61,4 +62,4 @@ public function sendPhoto($link) //Delete file unlink($filename); } -} \ No newline at end of file +}