Longman\TelegramBot\Entities\Update::getUpdateContent PHP Method

getUpdateContent() public method

Get update content
public getUpdateContent ( ) : CallbackQuery
return CallbackQuery |\Longman\TelegramBot\Entities\ChosenInlineResult |\Longman\TelegramBot\Entities\InlineQuery |\Longman\TelegramBot\Entities\Message
    public function getUpdateContent()
    {
        if ($update_type = $this->getUpdateType()) {
            return $this->getProperty($update_type);
        }
        return null;
    }