Toggle navigation
Hot Examples
FR
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Rechercher
Accueil
Longman
TelegramBot
Entities
InlineKeyboardButton
PHP Class Longman\TelegramBot\Entities\InlineKeyboardButton
See link:
https://core.telegram.org/bots/api#inlinekeyboardbutton
Inheritance:
extends
KeyboardButton
Afficher le fichier
Open project: akalongman/php-telegram-bot
Class Usage Examples
Méthodes publiques
Méthode
Description
__call
(
$method
,
$args
)
couldBe
(
array
$data
) :
boolean
Check if the passed data array could be an InlineKeyboardButton.
Méthodes protégées
Méthode
Description
validate
( )
Method Details
__call()
public
méthode
public
__call
(
$method
,
$args
)
couldBe()
public
static
méthode
Check if the passed data array could be an InlineKeyboardButton.
public
static
couldBe
(
array
$data
) :
boolean
$data
array
Résultat
boolean
validate()
protected
méthode
protected
validate
( )