From 1bc4be5fbe0589f07565f50b152a5efc91d22b0b Mon Sep 17 00:00:00 2001 From: zavsc <90477403+zavsc@users.noreply.github.com> Date: Tue, 28 Nov 2023 01:58:50 +0300 Subject: [PATCH] =?UTF-8?q?=D0=94=D0=BE=D0=B1=D0=B0=D0=B2=D0=BB=D1=8F?= =?UTF-8?q?=D0=B5=D1=82=20=D0=B2=D0=BE=D0=B7=D0=BC=D0=BE=D0=B6=D0=BD=D0=BE?= =?UTF-8?q?=D1=81=D1=82=D1=8C=20=D1=83=D0=B7=D0=BD=D0=B0=D1=82=D1=8C=20?= =?UTF-8?q?=D0=BA=D0=B0=D0=BA=D1=83=D1=8E=20=D0=B0=D1=83=D0=B4=D0=B8=D0=BE?= =?UTF-8?q?=D0=B7=D0=B0=D0=BF=D0=B8=D1=81=D1=8C=20=D1=81=D0=BB=D1=83=D1=88?= =?UTF-8?q?=D0=B0=D0=B5=D1=82=20=D1=81=D0=B5=D0=B9=D1=87=D0=B0=D1=81=20?= =?UTF-8?q?=D1=8E=D0=B7=D0=B5=D1=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Комментарии излишне, единственно нужно проверить пр) --- VKAPI/Handlers/Account.php | 1 + 1 file changed, 1 insertion(+) diff --git a/VKAPI/Handlers/Account.php b/VKAPI/Handlers/Account.php index a20c42be..c5491443 100644 --- a/VKAPI/Handlers/Account.php +++ b/VKAPI/Handlers/Account.php @@ -14,6 +14,7 @@ final class Account extends VKAPIRequestHandler "last_name" => $this->getUser()->getLastName(), "home_town" => $this->getUser()->getHometown(), "status" => $this->getUser()->getStatus(), + "audio_status" => is_null($this->getUser()->getCurrentAudioStatus()) ? '' : $this->getUser()->getCurrentAudioStatus(), "bdate" => is_null($this->getUser()->getBirthday()) ? '01.01.1970' : $this->getUser()->getBirthday()->format('%e.%m.%Y'), "bdate_visibility" => $this->getUser()->getBirthdayPrivacy(), "phone" => "+420 ** *** 228", # TODO