Longman\TelegramBot\Entities\Update::getUpdateContent PHP 메소드

getUpdateContent() 공개 메소드

Get update content
public getUpdateContent ( ) : CallbackQuery
리턴 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;
    }