Longman\TelegramBot\Entities\Keyboard::getKeyboardType PHP Метод

getKeyboardType() публичный Метод

Get the type of keyboard, either "inline_keyboard" or "keyboard".
public getKeyboardType ( ) : string
Результат string
    public function getKeyboardType()
    {
        return $this->isInlineKeyboard() ? 'inline_keyboard' : 'keyboard';
    }