PHP Class Longman\TelegramBot\Entities\InlineKeyboardButton

Inheritance: extends KeyboardButton
Datei anzeigen Open project: akalongman/php-telegram-bot Class Usage Examples

Public Methods

Method Description
__call ( $method, $args )
couldBe ( array $data ) : boolean Check if the passed data array could be an InlineKeyboardButton.

Protected Methods

Method Description
validate ( )

Method Details

__call() public method

public __call ( $method, $args )

couldBe() public static method

Check if the passed data array could be an InlineKeyboardButton.
public static couldBe ( array $data ) : boolean
$data array
return boolean

validate() protected method

protected validate ( )