From 969d53896f3dffb42735d46345e19fbfb8334652 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=90=D1=80=D1=82=D1=83=D1=80?= <46633400+ArthurioMolodec@users.noreply.github.com> Date: Fri, 11 Jun 2021 20:09:34 +0300 Subject: [PATCH] Update Keyboard.php --- src/Api/Keyboard.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Api/Keyboard.php b/src/Api/Keyboard.php index 18ea930..44f0736 100644 --- a/src/Api/Keyboard.php +++ b/src/Api/Keyboard.php @@ -59,6 +59,7 @@ public function toArray() 'Type' => 'keyboard', 'Buttons' => $this->getButtonsApiArray(), 'BgColor' => $this->getBgColor(), + 'InputFieldState' => $this->getInputFieldState(), 'DefaultHeight' => $this->getDefaultHeight(), ]; }