Longman\TelegramBot\Entities\Keyboard::getKeyboardType PHP Méthode

getKeyboardType() public méthode

Get the type of keyboard, either "inline_keyboard" or "keyboard".
public getKeyboardType ( ) : string
Résultat string
    public function getKeyboardType()
    {
        return $this->isInlineKeyboard() ? 'inline_keyboard' : 'keyboard';
    }