PHP 클래스 Longman\TelegramBot\Entities\Update

상속: extends Entity
파일 보기 프로젝트 열기: akalongman/php-telegram-bot 1 사용 예제들

공개 메소드들

메소드 설명
getUpdateContent ( ) : CallbackQuery Get update content
getUpdateType ( ) : string | null Get the update type based on the set properties

보호된 메소드들

메소드 설명
subEntities ( )

메소드 상세

getUpdateContent() 공개 메소드

Get update content
public getUpdateContent ( ) : CallbackQuery
리턴 CallbackQuery |\Longman\TelegramBot\Entities\ChosenInlineResult |\Longman\TelegramBot\Entities\InlineQuery |\Longman\TelegramBot\Entities\Message

getUpdateType() 공개 메소드

Get the update type based on the set properties
public getUpdateType ( ) : string | null
리턴 string | null

subEntities() 보호된 메소드

protected subEntities ( )