diff --git a/src/TgBotLib/Objects/ReplyKeyboardMarkup.php b/src/TgBotLib/Objects/ReplyKeyboardMarkup.php index c1253f1..5a720ef 100644 --- a/src/TgBotLib/Objects/ReplyKeyboardMarkup.php +++ b/src/TgBotLib/Objects/ReplyKeyboardMarkup.php @@ -33,7 +33,7 @@ * * @return bool */ - public function isIsPersistent(): bool + public function isPersistent(): bool { return $this->is_persistent; }