Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
Longman
TelegramBot
Entities
KeyboardButton
PHP 클래스 Longman\TelegramBot\Entities\KeyboardButton
링크 보기:
https://core.telegram.org/bots/api#keyboardbutton
상속:
extends
Entity
파일 보기
프로젝트 열기: akalongman/php-telegram-bot
1 사용 예제들
공개 메소드들
메소드
설명
__call
(
$method
,
$args
)
__construct
(
$data
)
couldBe
(
array
$data
) :
boolean
Check if the passed data array could be a KeyboardButton.
보호된 메소드들
메소드
설명
validate
( )
메소드 상세
__call()
공개
메소드
public
__call
(
$method
,
$args
)
__construct()
공개
메소드
public
__construct
(
$data
)
couldBe()
공개
정적인
메소드
Check if the passed data array could be a KeyboardButton.
public
static
couldBe
(
array
$data
) :
boolean
$data
array
리턴
boolean
validate()
보호된
메소드
protected
validate
( )