From e9cad552d36658db95284553c2bbe77b6fd75394 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=BE=D0=BB=D0=B5=D0=B3?= Date: Tue, 14 Apr 2020 10:00:47 +0300 Subject: [PATCH] =?UTF-8?q?=D0=A1=D1=82=D0=B8=D0=BB=D1=8C=20=D1=82=D0=B5?= =?UTF-8?q?=D0=BA=D1=81=D1=82=D0=B0=20=D1=83=20callBack=20=D0=BA=D0=BD?= =?UTF-8?q?=D0=BE=D0=BF=D0=BA=D0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/Keyboard/Button.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Keyboard/Button.php b/src/Keyboard/Button.php index 2e54d9d..3e8e78e 100644 --- a/src/Keyboard/Button.php +++ b/src/Keyboard/Button.php @@ -20,7 +20,7 @@ abstract class Button { const STYLE_BASE = "base"; const STYLE_PRIMARY = "primary"; - const STYLE_ATTENTIOn = "attention"; + const STYLE_ATTENTION = "attention"; /** @var stdClass кнопка описывается объектом */ protected $object = null;