PHP Class Longman\TelegramBot\Entities\Update

Inheritance: extends Entity
Afficher le fichier Open project: akalongman/php-telegram-bot Class Usage Examples

Méthodes publiques

Méthode Description
getUpdateContent ( ) : CallbackQuery Get update content
getUpdateType ( ) : string | null Get the update type based on the set properties

Méthodes protégées

Méthode Description
subEntities ( )

Method Details

getUpdateContent() public méthode

Get update content
public getUpdateContent ( ) : CallbackQuery
Résultat CallbackQuery |\Longman\TelegramBot\Entities\ChosenInlineResult |\Longman\TelegramBot\Entities\InlineQuery |\Longman\TelegramBot\Entities\Message

getUpdateType() public méthode

Get the update type based on the set properties
public getUpdateType ( ) : string | null
Résultat string | null

subEntities() protected méthode

protected subEntities ( )